MCPcopy Create free account
hub / github.com/FastLED/FastLED / setOverdrawCount

Method setOverdrawCount

src/fl/fx/1d/particles.cpp.hpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void Particles1d::setOverdrawCount(u8 count) {
68 mOverdrawCount = count;
69}
70
71void Particles1d::setSpeed(float speed) {
72 mSpeedMultiplier = speed;

Callers 1

loopFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected