From 0cf7558a0a8acb82847faa4e9c664c555569f9f9 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Thu, 25 Feb 2016 15:08:04 -0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 ++ 1 file changed, 2 insertions(+) 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.