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:ed41596bff69
- Parent:
- 1:17772f9c7412
--- a/main.cpp Tue Dec 22 09:41:43 2015 +0000 +++ b/main.cpp Tue Dec 22 09:52:55 2015 +0000 @@ -8,9 +8,9 @@ while(1) { myled1 = 1; // LED1 is ON myled2 = 0; // LED2 is OFF - wait(1); // 200 ms + wait(1); // 500 ms myled1 = 0; // LED1 is OFF myled2 = 1; // LED2 is ON - wait(1); // 200ms + wait(1); // 500ms } }