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 Servo ascenseur_Lib
Diff: pinMap.hpp
- Revision:
- 0:e80f8fc78d33
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pinMap.hpp Wed May 29 11:14:47 2019 +0000 @@ -0,0 +1,28 @@ +//Servomoteur +#define PIN_SERVO_ASCENSEUR_DROIT PC_8 +#define PIN_SERVO_ASCENSEUR_GAUCHE PC_6 + +//I2C +#define PIN_SCL PB_6 +#define PIN_SDA PB_7 + +//Pompev + Electrovannes +#define PIN_POMPE PC_9 +#define PIN_ELECV1 PA_12 +#define PIN_ELECV2 PC_3 //selon Romain +#define PIN_ELECV3 PC_2 //selon Romain +#define PIN_ELECV4 PD_2 + +//Fin de course +#define PIN_FIN_DE_COURSE_GAUCHE PA_8 +#define PIN_FIN_DE_COURSE_DROIT PC_7 + +//Démarreur +#define PIN_DEMARREUR PB_8 + +//Switch couleur +#define PIN_COULEUR PC_0 + +//Ecran +#define PIN_RX PC_10 +#define PIN_TX PC_11 \ No newline at end of file