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.
debug.h
- Committer:
- g0dd4
- Date:
- 2020-10-28
- Revision:
- 26:4670968fbc63
- Parent:
- 22:f891c2bce091
File content as of revision 26:4670968fbc63:
// Nom du fichier : debugPC.h
// #define
#define Lcmd 4 // Longueurs des commandes pour le debug
// extern
extern Serial pc;
extern Serial bt;
extern Ticker Ticker_affUS;
extern bool aff_US[6];
extern bool aff_cd[4];
extern bool aff_odo[3];
extern int cmdType;
// Prototypes
void serialIT();
void bluetoothIT();
void copieTab(char *tab1,char *tab2);
void cmdChoice(char *cmd);
void StringToAngle(char *cmd);
void StringToVitesse(char *cmd);
void StringToDist(char *cmd);
void affUltrasons();
void affCodeurs();
void affOdo();