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

◆ trigger() [2/2]

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

Definition at line 53 of file time_alpha.cpp.

54 {
55 mRisingTime = risingTime;
56 mLatchMs = latchMs;
57 mFallingTime = fallingTime;
58 trigger(now);
59}
uint32_t mLatchMs
Definition time_alpha.h:63
void trigger(uint32_t now) override
Call this when you want to (re)start the ramp cycle.
uint32_t mFallingTime
Definition time_alpha.h:65
uint32_t mRisingTime
Definition time_alpha.h:64

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

+ Here is the call graph for this function: