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:82d0e5b4654c
- Parent:
- 0:b2a3eec02494
- Child:
- 2:c4d361e4a860
diff -r b2a3eec02494 -r 82d0e5b4654c main.cpp
--- a/main.cpp Wed May 24 12:09:24 2017 +0000
+++ b/main.cpp Wed May 24 12:12:44 2017 +0000
@@ -5,8 +5,8 @@
int main() {
while(1) {
myled = 1;
- wait(0.2);
+ wait(0.5);
myled = 0;
- wait(0.2);
+ wait(1.0);
}
}