Initial commit

This commit is contained in:
Andrey Aleksandrov
2025-12-30 21:48:50 +02:00
commit 0b9f6929de
14 changed files with 1531 additions and 0 deletions

16
library.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "led_manager",
"version": "1.0.0",
"description": "Complete LED control library with high-level management and low-level strip drivers for ESP32",
"keywords": "led, ws2812, neopixel, rgb, esp32, status, blink, strip, rmt, spi, driver",
"authors": {
"name": "ESP32C6-DHT22 Project"
},
"license": "MIT",
"frameworks": [
"espidf"
],
"platforms": [
"espressif32"
]
}