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 4:02de8573ca4e, committed 2018-07-24
- Comitter:
- Sam Hogg
- Date:
- Tue Jul 24 11:49:58 2018 +0100
- Parent:
- 3:14cc4e18dc51
- Commit message:
- Blink slower
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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); } }