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.
Fork of mbed_blinky by
Revision 17:811ab688dd54, committed 2017-07-03
- Comitter:
- gokhalej
- Date:
- Mon Jul 03 15:04:26 2017 +0000
- Parent:
- 16:382668078fab
- Commit message:
- first version
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri May 12 11:06:33 2017 +0000 +++ b/main.cpp Mon Jul 03 15:04:26 2017 +0000 @@ -5,8 +5,8 @@ int main() { while(1) { myled = 1; - wait(0.2); + wait(0.5); myled = 0; - wait(0.2); + wait(0.5); } }