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:7c69b69fda72
- Parent:
- 1:3c2de88edfa9
--- a/main.cpp Thu Oct 19 15:53:15 2017 +0000 +++ b/main.cpp Thu Oct 19 15:55:12 2017 +0000 @@ -7,7 +7,7 @@ while(1) { myled = 1; // LED is ON myled3 = 0; // LED is ON - wait(0.3); // 200 ms + wait(0.4); // 200 ms myled = 0; // LED is OFF myled3 = 1; // LED is ON wait(1.2); // 1 sec