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-09-16
- Revision:
- 14:dd3c756c6d48
- Parent:
- 13:a72b0752aa6f
- Child:
- 16:ae65ce77b1f9
File content as of revision 14:dd3c756c6d48:
// Nom du fichier : odo_asserv.h // extern // CODEURS extern long comptG; extern long comptD; // Prototypes void cdgaRise(); void cddaRise(); //ODOMETRIE extern Ticker ticker_odo; void odoGeonobot1(); void odoGeonobot2(); extern double xB; extern double yB; extern double phiB;