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

◆ trigger() [2/2]

void fl::TimeRamp::trigger ( u32 now,
u32 risingTime,
u32 latchMs,
u32 fallingTime )

Definition at line 52 of file time_alpha.cpp.

53 {
54 mRisingTime = risingTime;
55 mLatchMs = latchMs;
56 mFallingTime = fallingTime;
57 trigger(now);
58}
void trigger(u32 now) override
Call this when you want to (re)start the ramp cycle.

References mFallingTime, mLatchMs, mRisingTime, and trigger().

+ Here is the call graph for this function: