fearedspark / RGB_LED_Strip_Controller

Firmware for a RGB LED Strip Controller, to control NeoPixel or DotStar LED strips with a STM32F0 microcontroller
The Unlicense
3 stars 1 forks source link

NeoPixel support #2

Open fearedspark opened 6 years ago

fearedspark commented 6 years ago

The current firmware only supports DotStar LEDs, even though the hardware is capable of using both DotStar and NeoPixel (switch present on the board to switch between the two modes) The NeoPixel support remains to be implemented.