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_2.h
- Committer:
- plmir
- Date:
- 2020-09-11
- Revision:
- 12:2c312916a621
File content as of revision 12:2c312916a621:
// Nom du fichier : odo_asserv_2.h
// extern
// CODEURS
extern long comptG;
extern long comptD;
// Prototypes
void cdgaRise();
void cddaRise();
//ODOMETRIE
extern Ticker ticker_odo;
void odometrie();
extern float x;
extern float y;
extern float phi_deg;