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:
- 26:7544a32cee57
- Parent:
- 25:2bd120bb7a2b
diff -r 2bd120bb7a2b -r 7544a32cee57 main.cpp --- a/main.cpp Tue Sep 08 13:05:28 2020 +0000 +++ b/main.cpp Tue Sep 08 13:06:38 2020 +0000 @@ -7,6 +7,6 @@ myled = 1; wait(0.2); myled = 0; - wait(0.3); + wait(0.2); } }