junk repo to test cli

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

Files at this revision

API Documentation at this revision

Comitter:
bhimebau
Date:
Wed Jan 10 23:38:29 2018 +0000
Parent:
55:31ae47e84e28
Child:
57:a3c0babfccea
Commit message:
pushing to pull from cli;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Jan 03 12:00:02 2018 +0000
+++ b/main.cpp	Wed Jan 10 23:38:29 2018 +0000
@@ -6,7 +6,7 @@
 int main() {
     while (true) {
         led1 = !led1;
-        wait(0.5);
+        wait(.1);
     }
 }