/Matrix

Animations displaying on LED Matrix

Primary LanguageC++

Matrix

Animations displaying on LED Matrix, currently just plays snake on loop via websocket or a basic AI.

Build notes

This project depends on a private fork of the Arduino Websockets library, found here.

To build locally, clone the fork into a lib subdirectory using the following command:

git clone https://github.com/Danappelxx/arduinoWebSockets lib/arduinoWebsockets

This should be enough to appease the particle compiler.