From 28acac1aab0a7a1edd0c19d12d1ae558e3310eaf Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Wed, 6 Apr 2016 10:51:21 -0700 Subject: [PATCH] Updated NeoPixelBus object (markdown) --- NeoPixelBus-object.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NeoPixelBus-object.md b/NeoPixelBus-object.md index fd4a9ad..16fe1f3 100644 --- a/NeoPixelBus-object.md +++ b/NeoPixelBus-object.md @@ -31,7 +31,10 @@ A three element color in the order of Red, Green, and then Blue. Some older pixe A four element color in the order of Red, Green, Blue, and then White. A common four element format. ## NeoBrgFeature -A three element color in the order of blue, Red, and then Green. +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 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.