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:9686fb8294e1, committed 2013-08-18
- Comitter:
- marcocasillas
- Date:
- Sun Aug 18 00:05:04 2013 +0000
- Parent:
- 0:573531a2e45f
- Commit message:
- otro LED
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sun Aug 18 00:03:36 2013 +0000
+++ b/main.cpp Sun Aug 18 00:05:04 2013 +0000
@@ -8,6 +8,7 @@
wait(0.2);
myled = 0;
myled2= 1;
+ myled2= 0;
wait(0.2);
}
}