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.
Dependencies: mbed mbed-rtos TextLCD
Diff: main.cpp
- Revision:
- 1:91306627385c
- Parent:
- 0:8320db45d270
diff -r 8320db45d270 -r 91306627385c main.cpp
--- a/main.cpp Thu Dec 20 05:34:43 2018 +0000
+++ b/main.cpp Thu Dec 20 05:37:59 2018 +0000
@@ -128,7 +128,7 @@
fflush(stdout);
while (1){
relay = !relay;
- wait(0.5);
+ wait(0.6);
}
}
}
\ No newline at end of file