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
pinMap.hpp
- Committer:
- Antoine_
- Date:
- 2019-05-29
- Revision:
- 0:e80f8fc78d33
File content as of revision 0:e80f8fc78d33:
//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