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.
processusExemple.cpp
00001 #include "mbed.h" 00002 #include "processusUART.h" 00003 #include "processusBouton.h" 00004 #include "processusExemple.h" 00005 00006 void initialiseExemple(void) 00007 { 00008 } 00009 00010 00011 void gereExemple(void) 00012 { 00013 if (etatBouton == 1) 00014 { 00015 messagePret = PROCESSUS_UART_PRET; 00016 } 00017 }
Generated on Sat Jul 16 2022 00:15:51 by
1.7.2