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:
- 41:a067e5c6e281
- Parent:
- 29:0b58d21e87d6
- Child:
- 42:025e43539b63
diff -r d4500ea4f3aa -r a067e5c6e281 main.cpp
--- a/main.cpp Thu Jul 06 18:30:02 2017 +0100
+++ b/main.cpp Mon Jul 17 08:31:23 2017 +0000
@@ -6,7 +6,7 @@
int main() {
while (true) {
led1 = !led1;
- wait(0.5);
+ wait(1);
}
}
