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 HelloWorld by
Revision 3:01c820a84ba3, committed 2014-02-03
- Comitter:
- robertwharrell
- Date:
- Mon Feb 03 06:01:22 2014 +0000
- Parent:
- 2:0ce54f153548
- Commit message:
- hw1
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 0ce54f153548 -r 01c820a84ba3 main.cpp --- a/main.cpp Mon Feb 03 05:51:19 2014 +0000 +++ b/main.cpp Mon Feb 03 06:01:22 2014 +0000 @@ -1,9 +1,9 @@ #include "mbed.h" -DigitalOut led0(LED1); -DigitalOut led1(LED2); -DigitalOut led2(LED3); -DigitalOut led3(LED4); +DigitalOut led0(LED4); +DigitalOut led1(LED3); +DigitalOut led2(LED2); +DigitalOut led3(LED1); int main() { while(1) {