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:
- 2:216033df37ae
- Parent:
- 1:c297d1519b5c
diff -r c297d1519b5c -r 216033df37ae main.cpp
--- a/main.cpp Tue Aug 18 07:29:56 2015 +0000
+++ b/main.cpp Tue Aug 18 10:35:14 2015 +0000
@@ -32,6 +32,6 @@
while(1) {
myled = !myled;
- wait(0.1);
+ wait(0.5);
}
}