Updated NeoPixelBus object (markdown)

Michael Miller
2016-04-16 13:21:20 -07:00
parent 69290a3ee4
commit 03385586ca

@@ -13,7 +13,7 @@ And this will create one that is compatible with an ESP-01. It will manage 32 p
NeoPixelBus<NeoGrbFeature, NeoEsp8266Uart800KbpsMethod> strip(32, 2); NeoPixelBus<NeoGrbFeature, NeoEsp8266Uart800KbpsMethod> strip(32, 2);
``` ```
# Features # Neo Features
These "feature" objects will be used to define what color order is used for the pixels and what color size (rgb, or rgbw). These "feature" objects will be used to define what color order is used for the pixels and what color size (rgb, or rgbw).
Currently there are only a few sizes and color formats. Currently there are only a few sizes and color formats.
If you do not see what you require, request it by creating an issue on GitHub. If you do not see what you require, request it by creating an issue on GitHub.
@@ -36,7 +36,7 @@ A three element color in the order of Blue, Red, and then Green.
## NeoRbgFeature ## NeoRbgFeature
A three element color in the order of Red, Blue, and then Green. A three element color in the order of Red, Blue, and then Green.
# Methods # Neo Methods
These platform methods will define "how" the pixels are updated. While primarily used to define how fast the data is sent out to support older pixels; for the Esp8266 it also defines the several methods required based on different form factors due to pin restrictions and exposed pins on the boards. These platform methods will define "how" the pixels are updated. While primarily used to define how fast the data is sent out to support older pixels; for the Esp8266 it also defines the several methods required based on different form factors due to pin restrictions and exposed pins on the boards.
## Neo800KbpsMethod ## Neo800KbpsMethod