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.

Files at this revision

API Documentation at this revision

Comitter:
mikewebkist
Date:
Tue Sep 09 12:44:18 2014 +0000
Parent:
12:c94348aca325
Child:
14:cdc203a0bdc1
Commit message:
change wakeup timeout

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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();
     }
 }