From e20b84458b9fc18a101841ddd07ab844e26d5926 Mon Sep 17 00:00:00 2001 From: Dennis de Greef Date: Sat, 19 Dec 2015 12:33:09 +0100 Subject: [PATCH] Add library.json for platformio support --- library.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 library.json 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" + ] +}