Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1022 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 1022 Bytes

foosballino

Description

Arduino Due code to augment a foosball table with goal detection, LED strips and a display to show the score.

Authors

Install

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.

Supported boards

  • 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.