fork of Official_mBuino

Dependencies:   mbed

Fork of Official_mBuino by David Yeske

Revision:
4:f91b7024a784
Parent:
3:59a791514a87
Child:
5:a83428759e19
--- a/main.cpp	Wed May 20 17:41:33 2015 -0400
+++ b/main.cpp	Wed May 20 17:42:37 2015 -0400
@@ -37,7 +37,7 @@
         }
         for(int x = 6; x >= 0; x--) {
             LED[x] = 1; // turn on
-            wait(.2); // delay
+            wait(delayMe); // delay
         
             LED[x] = 0; // turn off
             wait(delayTime); // delay