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…
Another Arduino example, mainly again to demonstrate generating random numbers with a random seed. In this case we want a number between 0 and 16. Code /* Control lines */…
Many moons ago I used to use the Til311 hexadecimal display quite frequently, it used to be a useful part to start experimenting building basic microcontroller examples. As you can…