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 2:4e19ecb0a17a, committed 2016-09-20
- Comitter:
- dalmago
- Date:
- Tue Sep 20 19:30:16 2016 +0000
- Parent:
- 1:67818dee7050
- Commit message:
- bug fix
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Sep 20 19:26:21 2016 +0000
+++ b/main.cpp Tue Sep 20 19:30:16 2016 +0000
@@ -21,6 +21,7 @@
led3 = 0;
led1 = led2 = 1;
}
+ i++;
wait(1);
}
}