Test fork

Dependencies:   mbed

Fork of mbed_blinky by Nathaniel Honka

Files at this revision

API Documentation at this revision

Comitter:
nathanhonka
Date:
Wed Mar 18 19:06:41 2015 +0000
Parent:
0:87a9adc733de
Child:
2:b2de914930bc
Commit message:
Change LED timing.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Feb 20 20:29:44 2015 +0000
+++ b/main.cpp	Wed Mar 18 19:06:41 2015 +0000
@@ -8,5 +8,7 @@
         wait(0.2);
         myled = 0;
         wait(0.2);
+        myled = 1;
+        wait(0.5);
     }
 }