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.h
- Revision:
- 13:a72b0752aa6f
- Parent:
- 12:2c312916a621
- Child:
- 14:dd3c756c6d48
diff -r 2c312916a621 -r a72b0752aa6f odo_asserv.h --- a/odo_asserv.h Fri Sep 11 13:47:56 2020 +0000 +++ b/odo_asserv.h Fri Sep 11 14:15:57 2020 +0000 @@ -12,6 +12,6 @@ //ODOMETRIE extern Ticker ticker_odo; void odometrie(); -extern float x; -extern float y; -extern float phi_deg; +extern double x; +extern double y; +extern double phi;