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.
Diff: Flag.h
- Revision:
- 20:7d206773f39e
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Flag.h Tue Oct 20 17:53:32 2020 +0000 @@ -0,0 +1,16 @@ +//#include "mbed.h" +#include <stdlib.h> + +#define FLAGDELAY 97 +#define FLAGDELAY2POS 10 +#define FLAGPIN PA_10 + +void FlagCCW(void); +void FlagMid(void); +void FlagCW(void); +void FlagFROMGOTO(int, int, int); +void FlagGOTO(int); + +void Detonateur(float); +void FlagUpToInit(void); +void FlagInitToUp(void); \ No newline at end of file