diff --git a/library.json b/library.json new file mode 100644 index 0000000..4c60afb --- /dev/null +++ b/library.json @@ -0,0 +1,14 @@ +{ + "name": "NeoPixelBus", + "description": "Adafruit enhanced NeoPixel support library", + "keywords": "WS2811,WS2812,ESP8266", + "frameworks": "*", + "platforms": "*", + "repository": { + "type": "git", + "url": "https://github.com/Makuna/NeoPixelBus.git" + }, + "examples": [ + "examples/*/*.pde" + ] +}