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:
- 5:a03b579ee48d
- Parent:
- 2:f37d74a0e3e2
- Child:
- 6:a80519d6fdda
diff -r 0f13346a8475 -r a03b579ee48d main.cpp --- a/main.cpp Tue Feb 19 23:45:13 2013 +0000 +++ b/main.cpp Thu Feb 20 16:48:15 2014 +0000 @@ -6,7 +6,7 @@ while (true) { gpo = 1; - led = 1; // Off + led = 1; // off wait(2); gpo = 0; led = 0; // on