Updated NeoPixelBus object (markdown)

Michael Miller
2016-02-28 14:21:11 -08:00
parent 96a21a76fa
commit 50b55a6b06

@@ -36,7 +36,7 @@ These platform methods will define "how" the pixels are updated. While primaril
## Neo800KbpsMethod
The Neo800KbpsMethod is the standard one to use with most Arduino boards.
It will automatically pick board specific defaults and this should be the one used unless otherwise needed.
For Esp8266, this has a Pin restriction, so please see NeoEsp8266Dma800KbpsMethod below.
On the Esp8266 using this Method has a Pin restriction. Please review NeoEsp8266Dma800KbpsMethod below for details.
## Neo400KbpsMethod
Same as Neo800KbpsMethod but running at the older and slower data rate.