Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
processusUART.cpp
00001 #include "mbed.h" 00002 #include "processusUART.h" 00003 00004 00005 Serial pc(SERIAL_TX, SERIAL_RX); 00006 00007 uint16_t messagePret; 00008 00009 void initialiseUART(void) 00010 { 00011 messagePret = 0; 00012 00013 } 00014 00015 void gereUART(void) 00016 { 00017 if (messagePret == 1) 00018 { 00019 pc.printf("bouton.\n"); 00020 } 00021 00022 } 00023 00024
Generated on Sat Jul 16 2022 00:15:51 by
1.7.2