Arduino Due code to augment a foosball table with goal detection, LED strips and a display to show the score.
This project uses PlatformIO.
Simply initialize the project.
Then compile and upload it to your Arduino due using the PlatformIo editor or CLI.
Configuration -- such as pin numbers or LED colors -- is done through the config.h
file.
- Arduino due
Other boards may be supported but have not been tested.
Note that the LED strips will require a significant amount of memory. Combined with the other components such as the screen and its library, smaller, less powerfull Arduino boards may not be able to run this project.