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
- Committer:
- Nanaud
- Date:
- 2020-10-20
- Revision:
- 20:7d206773f39e
File content as of revision 20:7d206773f39e:
//#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);