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:
- 4:02de8573ca4e
- Parent:
- 3:14cc4e18dc51
--- a/main.cpp Fri Jul 20 11:12:32 2018 +0100 +++ b/main.cpp Tue Jul 24 11:49:58 2018 +0100 @@ -7,6 +7,6 @@ myled = 1; wait(0.2); myled = 0; - wait(0.2); + wait(0.4); } }