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:
- 1:24c69dd2e170
- Parent:
- 0:6f4520ef0895
diff -r 6f4520ef0895 -r 24c69dd2e170 main.cpp
--- a/main.cpp Fri May 17 21:28:39 2013 +0000
+++ b/main.cpp Sun Apr 12 19:26:10 2020 +0000
@@ -6,7 +6,7 @@
while(1) {
myled = 1;
wait(0.2);
- myled = 0;
+ myled = 1;
wait(0.2);
}
}