ex

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

Revision:
42:025e43539b63
Parent:
41:a067e5c6e281
Child:
43:294225846244
--- a/main.cpp	Mon Jul 17 08:31:23 2017 +0000
+++ b/main.cpp	Mon Jul 17 08:34:29 2017 +0000
@@ -6,7 +6,7 @@
 int main() {
     while (true) {
         led1 = !led1;
-        wait(1);
+        wait(10);
     }
 }