From 026e113e318f1bc3ed4bb09fcfe7b04de770ee71 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 18 Aug 2016 01:45:51 +0300 Subject: [PATCH] Add homepage --- library.json | 1 + 1 file changed, 1 insertion(+) diff --git a/library.json b/library.json index fb55673..0b9d96b 100644 --- a/library.json +++ b/library.json @@ -2,6 +2,7 @@ "name": "NeoPixelBus", "keywords": "NeoPixel, WS2811, WS2812, SK6812, RGB, RGBW", "description": "A library that makes controlling NeoPixels (WS2811, WS2812 & SK6812) easy. Supports most Arduino platforms. Support for RGBW pixels. Includes seperate RgbColor, RgbwColor, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. For Esp8266 it has three methods of sending data, DMA, UART, and Bit Bang.", + "homepage": "https://github.com/Makuna/NeoPixelBus/wiki", "repository": { "type": "git",