Random dice using a TIl311
This example is a random number example using a TIl311 and a Wii nunchuk adaptor. Press the X button to generate a random number between 1 and 6. This was…
This example is a random number example using a TIl311 and a Wii nunchuk adaptor. Press the X button to generate a random number between 1 and 6. This was…
Switch LEDS off and on by column #include <Charliplexing.h> void setup() { LedSign::Init(); // initializes the screen } void loop() { for (int x=0; x<14; x++) { for (int y=0;…
This is the first of a new category, just code snippets for you to try. First example is random LEDs on using the LOLShield and an Arduino Code #include…