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: pins.cpp
- Revision:
- 26:bb2b778bd351
- Parent:
- 22:f891c2bce091
diff -r 869b1c1f51a7 -r bb2b778bd351 pins.cpp --- a/pins.cpp Thu Oct 29 07:53:25 2020 +0000 +++ b/pins.cpp Tue Nov 03 16:29:13 2020 +0000 @@ -4,6 +4,7 @@ DigitalOut Led(LED1); // LED allumée pendant le stand-by DigitalIn Tirette(PC_8); InterruptIn BtnBlue(PC_13); +DigitalIn SwitchStrategie(PC_11); /* Capteurs à ultrasons */ DigitalOut trigger(PB_9);