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: ER2_Robot/fonction.h
- Revision:
- 1:96ef3513d0d5
- Parent:
- 0:1a801a2a7b4b
- Child:
- 2:73e8dca28f51
--- a/ER2_Robot/fonction.h Fri Feb 15 15:25:57 2019 +0000 +++ b/ER2_Robot/fonction.h Fri May 24 10:57:58 2019 +0000 @@ -1,4 +1,8 @@ #ifndef FONCTION_H + + +#include "SRF05.h" + extern Ticker TI; extern InterruptIn ENCODEUR_G ; extern DigitalIn ENCODEUR_D ; @@ -11,7 +15,7 @@ extern AnalogIn CPTG; extern AnalogIn CPTD; extern AnalogIn BAT; -//extern SRF05 SRF; +extern SRF05 SRF;