A blinky variation for the mBuino with a bunch of different blink modes, deep-sleeping between iterations.

Dependencies:   Crypto RNG mbed WakeUp

Fork of mBuinoBlinky by Aron Phillips

mBuino blinky experiments.

Revision:
8:41a5757f3bb9
Parent:
7:c9e707fc8aa3
Child:
9:7ae675372031
--- a/main.cpp	Sat Sep 06 01:07:01 2014 +0000
+++ b/main.cpp	Sat Sep 06 01:15:22 2014 +0000
@@ -49,7 +49,7 @@
             }
             LED[6-x]=1;
         }
-
+        wait(delayTime);
         for(int x=0; x<7; x++)
         {
             LED[x] = 0;