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:
- 20:7d206773f39e
- Parent:
- 19:c419033c0967
- Child:
- 22:f891c2bce091
--- a/pins.cpp Mon Oct 12 19:17:40 2020 +0000 +++ b/pins.cpp Tue Oct 20 17:53:32 2020 +0000 @@ -2,7 +2,8 @@ #include "pins.h" InterruptIn btn(PC_13); -//InterruptIn cordon(PC_8); +//DigitalOut myled(LED2); +//DigitalIn cordon(PC_8); // Capteurs à ultrasons DigitalOut trigger(PB_9);