Updated Home (markdown)

Michael Miller
2018-09-25 11:15:30 -07:00
parent 7c18d55a7c
commit 11a45af69f

@@ -18,17 +18,20 @@ Please read the [Adafruit NeoPixel Best Practices](https://learn.adafruit.com/ad
[The API Reference](https://github.com/Makuna/NeoPixelBus/wiki/API-Reference) will just give you details of objects and methods available to you. [The API Reference](https://github.com/Makuna/NeoPixelBus/wiki/API-Reference) will just give you details of objects and methods available to you.
## Latest Features ## Latest Features
### (September 23rd, 2018)
* Better compatibility with newer made chips that no longer follow original specs
### (June 13th, 2018) ### (June 13th, 2018)
* Esp32 now supported with hardware. * Esp32 now supported with hardware.
## Supported Platforms ## Supported Platforms
* AVR 8 bit Arduino * AVR 8 bit Arduino
* Esp8266 & Esp32 * Esp8266 & Esp32 in hardware
* Most Arm based Arduinos. * Most Arm based Arduinos.
## Supported Pixels ## Supported Pixels
* WS2811, WS2812 & WS2813 * WS2811, WS2812, WS2812b, WS2813, SK6812, & LC8812
* SK6812rgb and SK6812rgbw (three and four channel pixels that have the extra white LED in them) * RGB and RGBW (in various color order)
* APA102 * APA102
* All one and two wire RGB pixels that use the same transport as any of the above. * All one and two wire RGB pixels that use the same transport as any of the above.