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.
Revision 7:b55b1be867db, committed 2017-03-30
- Comitter:
- Gunhawk
- Date:
- Thu Mar 30 14:47:42 2017 +0000
- Parent:
- 6:4169a8746e82
- Commit message:
- 100ms
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Mar 30 14:44:53 2017 +0000 +++ b/main.cpp Thu Mar 30 14:47:42 2017 +0000 @@ -6,7 +6,7 @@ { while(1) { myled = 1; // LED is ON - wait(0.2); // 500 ms + wait(0.2); // 100 ms myled = 0; // LED is OFF wait(1.0); // 1 sec }