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:
13:292326e5d3bb
Parent:
12:c94348aca325
Child:
14:cdc203a0bdc1
--- a/main.cpp	Tue Sep 09 12:21:48 2014 +0000
+++ b/main.cpp	Tue Sep 09 12:44:18 2014 +0000
@@ -181,7 +181,7 @@
                 break;
         }
         bumpMode(0.05);
-        WakeUp::set(1);
+        WakeUp::set(10);
         myDeepSleep();
     }
 }