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 1:e866d223adf7, committed 2012-12-01
- Comitter:
- gsmchq
- Date:
- Sat Dec 01 03:00:13 2012 +0000
- Parent:
- 0:c537586569bd
- Commit message:
- Myfirst
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat Dec 01 02:45:55 2012 +0000 +++ b/main.cpp Sat Dec 01 03:00:13 2012 +0000 @@ -2,7 +2,8 @@ DigitalOut myled(LED1); -int main() { +int main() +{ while(1) { myled = 1; wait(0.2);