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.
main.cpp
00001 #include "mbed.h" 00002 00003 #include "processusUART.h" 00004 #include "processusExemple.h" 00005 #include "processusBouton.h" 00006 00007 00008 00009 void initialiseMain(void) 00010 { 00011 initialiseUART(); 00012 initialiseBouton(); 00013 initialiseExemple(); 00014 } 00015 00016 00017 int main() 00018 { 00019 while(1) { 00020 wait(1); 00021 gereBouton(); 00022 gereExemple(); 00023 gereUART(); 00024 } 00025 }
Generated on Sat Jul 16 2022 00:15:51 by
1.7.2