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:977799d72329
- Parent:
- 0:6ca63d45f0ee
--- a/hardware.h Wed Dec 12 20:03:07 2018 +0000 +++ b/hardware.h Sat Feb 23 16:30:08 2019 +0000 @@ -1,6 +1,7 @@ #ifndef HARDWARE_H #define HARDWARE_H +extern DigitalIn tirette; void init_hardware(void); void set_PWM_moteur_D(int PWM);