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.
Flag.h
00001 //#include "mbed.h" 00002 #include <stdlib.h> 00003 00004 #define FLAGDELAY 97 00005 #define FLAGDELAY2POS 10 00006 #define FLAGPIN PA_10 00007 00008 void FlagCCW(void); 00009 void FlagMid(void); 00010 void FlagCW(void); 00011 void FlagFROMGOTO(int, int, int); 00012 void FlagGOTO(int); 00013 00014 void Detonateur(float); 00015 void FlagUpToInit(void); 00016 void FlagInitToUp(void);
Generated on Fri Jul 15 2022 08:03:33 by
1.7.2