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.

History

Changed to using sleep library.; Fixed sweep single to look nicer. Dropped delays for wake/sleep animations. default tip

2014-09-23, by AndyA [Tue, 23 Sep 2014 15:43:29 +0000] rev 1

Changed to using sleep library.; Fixed sweep single to look nicer. Dropped delays for wake/sleep animations.


Dice

2014-09-17, by AndyA [Wed, 17 Sep 2014 13:48:57 +0000] rev 0

Dice