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:
- 6:ea6b30c4bb01
- Parent:
- 5:34ed652f8c31
- Child:
- 10:0714feaaaee1
--- a/pins.cpp Tue Jul 21 19:33:38 2020 +0000 +++ b/pins.cpp Sun Jul 26 09:24:31 2020 +0000 @@ -1,6 +1,8 @@ // Nom du fichier : pins.cpp #include "pins.h" +InterruptIn btn(PC_13); + // Capteurs à ultrasons DigitalOut trigger(PB_9); InterruptIn echo1(PA_11);