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:cac8ab1bb9a8
- Parent:
- 0:b611fcb4447c
- Child:
- 2:ecc77165d638
--- a/main.cpp	Mon Nov 09 04:10:05 2020 +0000
+++ b/main.cpp	Mon Nov 09 04:12:26 2020 +0000
@@ -7,9 +7,9 @@
     while(1) {
         myled1 = 1;
         myled2 = 1;
-        wait(0.2);
+        wait(0.5);
         myled1 = 0;
         myled2 = 0;
-        wait(0.2);
+        wait(0.5);
     }
 }