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:
- 6:6f6ae72f40c8
- Parent:
- 5:6e873c38d851
diff -r 6e873c38d851 -r 6f6ae72f40c8 main.cpp --- a/main.cpp Fri Aug 14 16:20:45 2015 +0000 +++ b/main.cpp Fri Aug 14 16:30:31 2015 +0000 @@ -1,6 +1,6 @@ #include "mbed.h" -DigitalOut leds[] ={ (D13), (D12), (D11), (D10), (D9) }; +DigitalOut leds[] ={ (PA_5), (PA_6), (PA_7), (PB_6), (PC_7) }; int main() {