Updated Home (markdown)

Michael Miller
2016-02-26 00:43:00 -08:00
parent d3501215cf
commit a7661c8ecc

@@ -35,7 +35,7 @@ There are several examples that will help you get started. They range from simp
This object will be used to set colors on the pixels. When constructed a "feature" and a "method" object must be supplied to define which pixels you are using and how they are updated.
## [Color objects](https://github.com/Makuna/NeoPixelBus/wiki/Color-objects)
There are several color objects that can be used to define and blend colors. While all can be directly used to set the pixel color, the RgbwColor can only be used with a NeoPixelBus that has been declared with NeoRgbw feature.
There are several color objects that can be used to define and blend colors. While all can be directly used to set the pixel color, the RgbwColor can only be used with a NeoPixelBus that has been declared with NeoRgbwFeature.
## [NeoPixelAnimator object](https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelAnimator-object)
This manages the timing and lifetime for animations. It supplements the NeoPixelBus object to make it easy to create smooth asynchronous animations.