diff --git a/Home.md b/Home.md index 544ed14..8f2ca3b 100644 --- a/Home.md +++ b/Home.md @@ -6,10 +6,12 @@ This is an Arduino Library that supports sending out data to update a series of ## Supported Platforms * AVR 8 bit Arduino * Esp8266 (ESP-01 must use NeoEsp8266UartMethod due to pin restrictions) +* Most Arm based Arduinos. ## Supported Pixels * WS2811 & WS2812 * SK6812rgb and SK6812rgbw +* All one wire RGB pixels that use a the same transport as any of the above. ## [Examples](https://github.com/Makuna/NeoPixelBus/wiki/Examples) There are several examples that will help you get started. They range from simple to complex and are always a good reference.