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.
Diff: ihm_L476.h
- Revision:
- 2:fb23524feda5
- Parent:
- 1:9b234695c10f
--- a/ihm_L476.h Fri Nov 01 11:44:25 2019 +0000 +++ b/ihm_L476.h Fri Nov 01 15:41:39 2019 +0000 @@ -29,7 +29,6 @@ /// //------------- les 5 BP du joystick (attention : celui du milieu est câblé différemment !) /// DigitalIn central(PA_0, PullNone); // le BP central du joystick a une Res EXTERNE de PullDown (1 si enfoncé) -> PullNone (ou PullDown) /// // PA_0 ou USER_BUTTON -/// DigitalIn left(PA_1,PullDown); // Pas de res externe (et broche Com à Vcc) sur le schéma des 4 directions du joystick /// // Définir ici les objets boutons droite, haut et bas de la même facon que pour l'objet gauche /// // voir sur le board pinout à l'adresse suivante: https://os.mbed.com/platforms/ST-Discovery-L476VG/ ///