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
Diff: Classes/Voiture.h
- Revision:
- 1:a9af73d5abd4
- Parent:
- 0:8743b606abc3
- Child:
- 2:1103f5d61035
--- a/Classes/Voiture.h Tue Feb 11 15:41:45 2020 +0000 +++ b/Classes/Voiture.h Wed Feb 26 16:47:05 2020 +0000 @@ -23,8 +23,8 @@ void gestionRoues(); // fct qui tourne en continu et qui permet de faire tourner progressivement les roues vers 'futureOrientation' Timer timerRotation; // timer qui permet de faire tourner progressivement - PwmOut motG; - PwmOut motD; + PwmOut* motG; + PwmOut* motD; DigitalIn OnOff; // Debug