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.
Dependencies: mbed X_NUCLEO_IHM02A1
Diff: odometrie.h
- Revision:
- 3:1dba6eca01ad
- Parent:
- 1:0690cf83f060
- Child:
- 4:deef042e9c02
--- a/odometrie.h Wed Apr 17 18:55:22 2019 +0000 +++ b/odometrie.h Mon May 06 13:48:45 2019 +0000 @@ -7,5 +7,6 @@ long int get_x_actuel(void); long int get_y_actuel(void); double get_angle(void); +void actualise_position_test(void); #endif