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
Diff: main.cpp
- Revision:
- 7:1818632c0b60
- Parent:
- 6:434bb72ffc26
diff -r 434bb72ffc26 -r 1818632c0b60 main.cpp --- a/main.cpp Thu Jun 16 20:18:42 2016 +0000 +++ b/main.cpp Wed Jun 22 07:21:16 2016 +0000 @@ -7,7 +7,7 @@ Serial pc(SERIAL_TX, SERIAL_RX); DigitalIn Switch_0(D4); -DigitalIn Switch_1(D1); +DigitalIn Switch_1(D3); DigitalOut LED_Red(D5); DigitalOut LED_2(A4); DigitalOut LED_3(A5);