FastLED
3.9.15
Loading...
Searching...
No Matches
◆
update()
template<typename T = float>
FASTLED_FORCE_INLINE
T
fl::ExponentialSmoother
< T >::update
(
T
input
,
T
dt_seconds
)
inline
Definition at line
190
of file
filter.h
.
190
{
return
mImpl
.update(
input
,
dt_seconds
); }
fl::ExponentialSmoother::mImpl
detail::ExponentialSmootherImpl< T > mImpl
Definition
filter.h:195
fl::ExponentialSmoother
Definition
filter.h:186
References
FASTLED_FORCE_INLINE
, and
mImpl
.
fl
ExponentialSmoother
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2