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.
Fork of Nucleo_IOReg by
Revision 3:b6d0e0830e82, committed 2015-11-05
- Comitter:
- dwangoAC
- Date:
- Thu Nov 05 00:33:50 2015 +0000
- Parent:
- 2:f12658f35bbd
- Commit message:
- Shift output pins by 1 to work around PH_0 not functioning.
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Sep 25 21:44:22 2015 +0000
+++ b/main.cpp Thu Nov 05 00:33:50 2015 +0000
@@ -26,9 +26,9 @@
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, PB_3, PB_5
+ PH_1, PC_2, PC_3, PC_0,
+ PC_1, PB_0, PA_4, PA_1,
+ PA_0, PB_3, PB_5, PB_4
};
DigitalOut userled(LED1);
