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.
Diff: odo_asserv_2.h
- Revision:
- 12:2c312916a621
diff -r e62133022f88 -r 2c312916a621 odo_asserv_2.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/odo_asserv_2.h Fri Sep 11 13:47:56 2020 +0000 @@ -0,0 +1,17 @@ +// 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; \ No newline at end of file