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-os-example-mbed5-blinky by
Revision 18:1d40f3645380, committed 2016-12-04
- Comitter:
- sky168
- Date:
- Sun Dec 04 14:45:55 2016 +0000
- Parent:
- 17:70f39bf6d39a
- Commit message:
- test Led1
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Nov 14 20:30:04 2016 +0000
+++ b/main.cpp Sun Dec 04 14:45:55 2016 +0000
@@ -7,7 +7,7 @@
int main() {
while (true) {
led1 = !led1;
- Thread::wait(500);
+ Thread::wait(100);
}
}
