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:
Sat Sep 06 01:15:22 2014 +0000
Parent:
7:c9e707fc8aa3
Child:
9:7ae675372031
Commit message:
adjust plieMode timing

Changed in this revision

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