Initial commit
This commit is contained in:
16
library.json
Normal file
16
library.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user