|
FastLED 3.9.15
|
#include <filter.h>
Inheritance diagram for fl::ExponentialSmoother< T >:
Collaboration diagram for fl::ExponentialSmoother< T >:Public Member Functions | |
| ExponentialSmoother (T tau_seconds, T initial=T(0)) | |
| FASTLED_FORCE_INLINE void | reset (T initial=T(0)) |
| FASTLED_FORCE_INLINE void | setTau (T tau_seconds) |
| FASTLED_FORCE_INLINE T | update (T input, T dt_seconds) |
| FASTLED_FORCE_INLINE T | value () const |
Private Attributes | |
| detail::ExponentialSmootherImpl< T > | mImpl |