ex

Fork of mbed-os-example-mbed5-blinky by mbed-os-examples

Revision:
43:294225846244
Parent:
42:025e43539b63
Child:
46:183cfc59d4e4
--- a/main.cpp	Mon Jul 17 08:34:29 2017 +0000
+++ b/main.cpp	Tue Jul 18 16:22:34 2017 +0800
@@ -6,7 +6,7 @@
 int main() {
     while (true) {
         led1 = !led1;
-        wait(10);
+        wait(0.5);
     }
 }