FastLED 3.9.15
Loading...
Searching...
No Matches

◆ CEveryNMillisRandom()

CEveryNMillisRandom::CEveryNMillisRandom ( fl::u32 minPeriod,
fl::u32 maxPeriod )
inline

Definition at line 909 of file lib8tion.h.

910 : mMinPeriod(minPeriod), mMaxPeriod(maxPeriod)
911 {
912 computeNext();
913 reset();
914 }

References computeNext(), mMaxPeriod, mMinPeriod, and reset().

+ Here is the call graph for this function: