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.
odo_asserv.h
- Committer:
- Nanaud
- Date:
- 2020-10-07
- Revision:
- 18:48246daf0c06
- Parent:
- 17:176a1b4a2fa8
- Child:
- 19:c419033c0967
File content as of revision 18:48246daf0c06:
// Nom du fichier : odo_asserv.h // extern // CODEURS extern const double coeffGLong; extern const double coeffDLong; extern const double coeffGAngl; extern const double coeffDAngl; extern long comptG; extern long comptD; extern double distanceCible; extern double consigneOrientation; extern double cmdG; extern double cmdD; extern int fnc; // Prototypes void cdgaRise(); void cddaRise(); //ODOMETRIE extern Ticker ticker_odo; extern Ticker ticker_asserv; void odo1(); void odo2(); void odo3(); void asserv(); extern double x; extern double y; extern double O; extern double xC; extern double yC; extern int etape;