FastLED 3.9.15
Loading...
Searching...
No Matches
fl::detail::ExponentialSmootherImpl< T > Class Template Reference

Detailed Description

template<typename T>
class fl::detail::ExponentialSmootherImpl< T >

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)
 
update (T input, T dt_seconds)
 
value () const
 

Private Attributes

mTau
 
mY
 

The documentation for this class was generated from the following file: