Another dice program for the mbuino.
Dependencies: mbed mBuino_Sleep
You probably want http://mbed.org/users/maxint/code/mBuino_Dice/ rather than this one, that was the original mbuino dice program.
This version is based off the original release of the project above. It was then significantly re-written for a mixture of power consumption, randomness and coding style reasons. Most of the changes and improvements have since been incorporated into later versions of maxint's dice program (together with a few of his later ideas being copied into this version) so there are no meaningful functional differences between the two.
This version is posted mainly to provide an example of a slightly different way to do the same thing.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
1:05f369319854 | 2014-09-23 | AndyA | Changed to using sleep library.; Fixed sweep single to look nicer. Dropped delays for wake/sleep animations. |
0:24177fc1e0e3 | 2014-09-17 | AndyA | Dice |