From 68b59ce44673bbf82d21765c67deb0858c1541dc Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sun, 20 Mar 2016 13:34:13 -0700 Subject: [PATCH] Updated NeoPixelAnimator object API (markdown) --- NeoPixelAnimator-object-API.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/NeoPixelAnimator-object-API.md b/NeoPixelAnimator-object-API.md index 8d0cf0c..5ee4f6c 100644 --- a/NeoPixelAnimator-object-API.md +++ b/NeoPixelAnimator-object-API.md @@ -53,8 +53,11 @@ Resume all animations. This will unfreeze the animations from where Pause() was ## bool IsPaused() Return if the animations are paused. The Pause() method is called to pause and Resume() is called to resume. -## uint16_t TimeScale() -Return the current time scale that was passed in at construction time. You can't modify the time scale once the animator is created. +## uint16_t getTimeScale() +Return the current time scale. + +## void setTimeScale(uint16_t timeScale) +Set the current time scale. All currently running animations will be effected by this change, either slowing them down or speeding them up. # Structs ## AnimationParam