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:
- 45:89aa31abd1bc
- Parent:
- 44:92f1d5ca88f2
diff -r 92f1d5ca88f2 -r 89aa31abd1bc main.cpp
--- a/main.cpp Tue Aug 15 06:47:52 2017 +0000
+++ b/main.cpp Tue Aug 15 09:12:04 2017 +0200
@@ -6,7 +6,7 @@
int main() {
while (true) {
led1 = !led1;
- wait(0.1);
+ wait(0.25);
}
}
