Updated NeoPixelBus object (markdown)

Michael Miller
2016-04-06 10:51:21 -07:00
parent 0fb6ca45a9
commit 28acac1aab

@@ -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. A four element color in the order of Red, Green, Blue, and then White. A common four element format.
## NeoBrgFeature ## 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 # 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.