From 03385586ca01e1b9c2f37b6ca8181ae378fcc734 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sat, 16 Apr 2016 13:21:20 -0700 Subject: [PATCH] Updated NeoPixelBus object (markdown) --- NeoPixelBus-object.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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