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: led.cpp
- Revision:
- 19:6ad1702c5d90
- Parent:
- 18:106b4cb3a647
- Child:
- 20:85a44ddbdc41
--- a/led.cpp Fri Nov 27 10:19:57 2015 +0000 +++ b/led.cpp Fri Nov 27 10:24:41 2015 +0000 @@ -42,4 +42,5 @@ }else{ this->On(); } + wait(0.1f); }