diff --git a/NeoPixelBus-object.md b/NeoPixelBus-object.md index 16fe1f3..38b778d 100644 --- a/NeoPixelBus-object.md +++ b/NeoPixelBus-object.md @@ -13,7 +13,7 @@ And this will create one that is compatible with an ESP-01. It will manage 32 p NeoPixelBus 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). 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. @@ -36,7 +36,7 @@ A three element color in the order of Blue, Red, and then Green. ## NeoRbgFeature 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. ## Neo800KbpsMethod