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:7a062c1b79dd, committed 2016-11-11
- Comitter:
- 2bv14ei014
- Date:
- Fri Nov 11 06:41:04 2016 +0000
- Parent:
- 0:d1d2410ad028
- Commit message:
- BLINK LEDS
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Nov 11 06:35:49 2016 +0000
+++ b/main.cpp Fri Nov 11 06:41:04 2016 +0000
@@ -6,5 +6,5 @@
int main() {
led1.Blink(5);
- led2.Blink((2);
+ led2.Blink(2);
}
\ No newline at end of file