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: main.cpp
- Revision:
- 2:f12658f35bbd
- Parent:
- 1:58e2c02413aa
- Child:
- 3:d072d2d7f043
--- a/main.cpp Fri Sep 25 04:14:31 2015 +0000 +++ b/main.cpp Fri Sep 25 21:44:22 2015 +0000 @@ -18,17 +18,17 @@ Serial ser(SERIAL_TX, SERIAL_RX); DigitalIn in[16] = { - PC_5, PC_6, PC_8, PC_9, - PB_8, PB_9, PA_6, PA_7, - PB_6, PC_7, PA_9, PA_8, - PB_10, PB_4, PB_5, PB_3 + PB_12, PA_11, PA_12, PC_5, + PC_6, PC_8, PC_9, PB_8, + PB_9, PA_6, PA_7, PB_6, + PC_7, PA_9, PA_8, PB_10 }; DigitalInOut out[16] = { PD_2, PC_11, PC_10, PC_12, PH_0, PH_1, PC_2, PC_3, PC_0, PC_1, PB_0, PA_4, - PA_1, PA_0, PA_2, PA_3 + PA_1, PA_0, PB_3, PB_5 }; DigitalOut userled(LED1);