Updated Home (markdown)

Michael Miller
2016-02-23 13:27:11 -08:00
parent c3ab0b7890
commit afc41f7d19

@@ -11,10 +11,8 @@ This object will be used to set colors on the pixels. When constructed a "featu
## [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.
## NeoPixelAnimator object
(still under development)
This manages the animations for a single NeoPixelBus. All time values are by default in milliseconds but can be changed by the timeScale argument on the constructor.
NOTE: NeoPixelBus::Show() must still be called to push the color state to the physical NeoPixels.
## [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.