diff --git a/Home.md b/Home.md index 7ebda02..5a58bd0 100644 --- a/Home.md +++ b/Home.md @@ -3,7 +3,13 @@ _**(please excuse the mess, this Wiki is still under construction)**_ This is an Arduino Library that supports sending out data to update a series of color smart LEDs commonly known as NeoPixels. This Wiki is for V2 of the library only, which replaces all previous different versions and branches. ## Supported Platforms +* AVR 8 bit Arduino +* Esp8266 (ESP-01 must use NeoEsp8266UartMethod due to pin restrictions) + ## Supported Pixels +* WS2811 & WS2812 +* SK6812rgb and SK6812rgbw + # Objects exposed ## [NeoPixelBus object](https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelBus-object) This object will be used to set colors on the pixels. When constructed a "feature" and a "method" object must be supplied to define which pixels you are using and how they are updated.