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:
- 14:dd3c756c6d48
- Parent:
- 13:a72b0752aa6f
- Child:
- 16:ae65ce77b1f9
--- a/odo_asserv.h Fri Sep 11 14:15:57 2020 +0000 +++ b/odo_asserv.h Wed Sep 16 12:31:54 2020 +0000 @@ -11,7 +11,8 @@ //ODOMETRIE extern Ticker ticker_odo; -void odometrie(); -extern double x; -extern double y; -extern double phi; +void odoGeonobot1(); +void odoGeonobot2(); +extern double xB; +extern double yB; +extern double phiB;