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
Diff: main.cpp
- Revision:
- 18:1d40f3645380
- Parent:
- 8:bb09890333fe
diff -r 70f39bf6d39a -r 1d40f3645380 main.cpp
--- 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);
}
}
