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 #include "func.h" 00003 #include "time.h" 00004 00005 00006 int main() { 00007 srand(time(NULL)); 00008 MotD.period_us(100); 00009 MotG.period_us(100); 00010 SensD.write(0); 00011 SensG.write(0); 00012 t2.attach(&vite,1.0); 00013 while(1) { 00014 clignote(); 00015 fou(); 00016 } 00017 }
Generated on Sat Jul 16 2022 18:24:34 by
1.7.2