Moved to other pin

This commit is contained in:
Ollo
2024-12-04 21:38:41 +01:00
parent 0795dfa0dd
commit f8c6b4d351
3 changed files with 23 additions and 10 deletions

View File

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