From afc41f7d19b481561e3213eedf65a4e66b3d4e5c Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Tue, 23 Feb 2016 13:27:11 -0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Home.md b/Home.md index ee61ba0..7ebda02 100644 --- a/Home.md +++ b/Home.md @@ -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.