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: hardware.h
- Revision:
- 3:1dba6eca01ad
- Parent:
- 2:5764f89a27f6
diff -r 5764f89a27f6 -r 1dba6eca01ad hardware.h --- a/hardware.h Wed Apr 17 18:55:22 2019 +0000 +++ b/hardware.h Mon May 06 13:48:45 2019 +0000 @@ -30,7 +30,9 @@ float lecture_courrant_D(); float lecture_courrant_G(); - -void debugEncoder(void); +long int get_position_D(); +long int get_position_G(); +void debugEncoder(); +void asservissement(); #endif