Created NeoPixelAnimator object (markdown)

Michael Miller
2016-02-23 13:25:03 -08:00
parent cddad781f5
commit c3ab0b7890

@@ -0,0 +1,4 @@
(under construction)
This manages the timing and lifetime for animations.
All time values are by default in milliseconds but can be changed to manage long duration animations as well.
NOTE: NeoPixelBus::Show() must still be called to push the color state to the physical NeoPixels.