Change frequency to 400kHz without improvments

This commit is contained in:
Ollo
2024-12-04 20:01:57 +01:00
parent c8e81310cc
commit 0795dfa0dd
2 changed files with 14 additions and 9 deletions

View File

@@ -17,9 +17,9 @@
#define GPIO_DS18B20 D2 /**< One-Wire used for Dallas temperature sensor */
#define WS2812SINGLE_GPIO_PIN D3
#define WS2812SINGLE_LEDS 1
#define WS2812SINGLE_LEDS 3
#define WS2812STRIP_GPIO_PIN D4
#define WS2812STRIP_LEDS 10
#define WS2812STRIP_LEDS 13
#endif /* End FANLEDCTL_PINS */