technobly / VEXTREME

VEXTREME - Vectrex Multicart
GNU General Public License v3.0
61 stars 12 forks source link

Adds addressable LED control and demo #41

Closed technobly closed 4 years ago

technobly commented 4 years ago

Problem

Addressable LED control was hard coded into the STM32 main.c file, and while fancy... it was not able to be control by the Vectrex just yet. We want the Vectrex to control the shiny LEDs!!!!

Solution

Steps to Test

References

Closes #32