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:
- 56:939270a94e87
- Parent:
- 29:0b58d21e87d6
- Child:
- 57:a3c0babfccea
diff -r 31ae47e84e28 -r 939270a94e87 main.cpp
--- a/main.cpp Wed Jan 03 12:00:02 2018 +0000
+++ b/main.cpp Wed Jan 10 23:38:29 2018 +0000
@@ -6,7 +6,7 @@
int main() {
while (true) {
led1 = !led1;
- wait(0.5);
+ wait(.1);
}
}
