WS2812 driver improvements (#20262)

This commit is contained in:
Ryan 2023-03-30 12:21:02 +11:00 committed by GitHub
parent 7e1e662dc7
commit 647c2835e6
Failed to generate hash of commit
23 changed files with 68 additions and 77 deletions

View file

@ -22,7 +22,7 @@
#define ws2812_setleds ws2812_rgb_setleds
#include "ws2812.c"
#include "ws2812_bitbang.c"
void rgblight_call_driver(LED_TYPE *start_led, uint8_t num_leds) {
ws2812_setleds(start_led, num_leds);