LED debuging, imported ColorUtil-Class from IoLight

This commit is contained in:
Ollo
2024-12-06 18:07:18 +01:00
parent f8c6b4d351
commit e7a2eab923
4 changed files with 243 additions and 32 deletions

View File

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