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:55e5c2c48913
- Parent:
- 1:9c7329b9c23f
- Child:
- 3:c9e7b856026c
--- a/main.cpp Mon Oct 15 10:05:02 2018 +0000 +++ b/main.cpp Mon Oct 15 10:11:26 2018 +0000 @@ -5,7 +5,7 @@ int main() { while(1) { myled = 1; - wait(0.2); + wait(10); myled = 0; wait(100); }