From c3ab0b7890f23ffde24e6ee0c10c0994d27cf660 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Tue, 23 Feb 2016 13:25:03 -0800 Subject: [PATCH] Created NeoPixelAnimator object (markdown) --- NeoPixelAnimator-object.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 NeoPixelAnimator-object.md diff --git a/NeoPixelAnimator-object.md b/NeoPixelAnimator-object.md new file mode 100644 index 0000000..d2cb5e3 --- /dev/null +++ b/NeoPixelAnimator-object.md @@ -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. \ No newline at end of file