Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 484 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 484 Bytes

STM32_HAL_NeoPixel

A lightweight, resource saving driver for SK6812 NeoPixels using STM32 HAL, Timer PWM and DMA. Implemented on STM32F042K6 (NUCLEO-F042K6) using TIM2, Channel 1 and DMA.

Blog article and tutorial: https://www.thevfdcollective.com/blog/stm32-and-sk6812-rgbw-led Demo with 8 SK6812 NeoPixel LEDs

Changelog

07-10-2020:

  • Added support for WS2812B NeoPixel LEDs. Change to WS2812B by changing the parameter NUM_BPP from (4) to (3) in sk6812.c