forked from Youssifm/STM32_And_Neopixel_WS2812_LED_Matrix
-
Notifications
You must be signed in to change notification settings - Fork 0
Here is my code controlling the ws2812b/apa-106 LEDs with a STM32F103C8T6. This code utilizes Timer 2 channel 3 and DMA1 channel 1. Timer 2 has a period of 29. In order to send the data we load a ledBuffer array with values of 17 or 9. These values calculate the duty cycle. 17 = on 9 = off. This code is a port of this code: https://github.com/de…
anlaim/ws2812b_with_STM32
About
Here is my code controlling the ws2812b/apa-106 LEDs with a STM32F103C8T6. This code utilizes Timer 2 channel 3 and DMA1 channel 1. Timer 2 has a period of 29. In order to send the data we load a ledBuffer array with values of 17 or 9. These values calculate the duty cycle. 17 = on 9 = off. This code is a port of this code: https://github.com/de…
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 100.0%