We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 943545a + b1b373e commit c8f0364Copy full SHA for c8f0364
src/main/drivers/light_ws2811strip.h
@@ -26,7 +26,7 @@
26
27
#define WS2811_DMA_BUFFER_SIZE (WS2811_DATA_BUFFER_SIZE + WS2811_DELAY_BUFFER_LENGTH) // number of bytes needed is #LEDs * 24 bytes + 42 trailing bytes)
28
29
-#define WS2811_TIMER_HZ 24000000
+#define WS2811_TIMER_HZ 2400000
30
#define WS2811_CARRIER_HZ 800000
31
32
void ws2811LedStripInit(void);
0 commit comments