|
FastLED 3.9.15
|
Definition at line 9 of file exponential_smoother_impl.h.
#include <exponential_smoother_impl.h>
Inheritance diagram for fl::detail::ExponentialSmootherImpl< T >:Public Member Functions | |
| ExponentialSmootherImpl (T tau_seconds, T initial=T(0)) | |
| void | reset (T initial=T(0)) |
| void | setTau (T tau_seconds) |
| T | update (T input, T dt_seconds) |
| T | value () const |
Private Attributes | |
| T | mTau |
| T | mY |