fix: set finished of snake animation on the last step, not after
fix: do not call apply on animation after last step
feat: reset animation in reset command
WIP.
This is a small project project that is made for a board made by LaskaKit (https://github.com/LaskaKit/LED_Czech_Map/), it has 72 LEDs (WS2812B). This project is written in Rust.
Make a command handler and an animation manager. Allow to send commands using uart and react to them with chaning states of the LEDs.
There should be commands for starting animations, such as rainbow or a point moving.
Currently there is a command handler, the following commands are available:
Animations are not finished yet.