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:
- 2:5764f89a27f6
- Parent:
- 0:6ca63d45f0ee
- Child:
- 3:1dba6eca01ad
diff -r 0690cf83f060 -r 5764f89a27f6 hardware.h --- a/hardware.h Wed Dec 12 20:03:07 2018 +0000 +++ b/hardware.h Wed Apr 17 18:55:22 2019 +0000 @@ -5,6 +5,10 @@ void init_hardware(void); void set_PWM_moteur_D(int PWM); void set_PWM_moteur_G(int PWM); + +void set_step_moteur_D(int steps); + + long int get_nbr_tick_D(void); long int get_nbr_tick_G(void); void attente_synchro(void);