Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ setFadeRate
Method
setFadeRate
src/fl/fx/1d/particles.cpp.hpp:75–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
void Particles1d::setFadeRate(u8 fade_rate) {
76
mFadeRate = fade_rate;
77
}
78
79
void Particles1d::setCyclical(bool cyclical) {
80
mCyclical = cyclical;
Callers
1
loop
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected