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

◆ getRemaining()

TIMETYPE CEveryNTime::getRemaining ( )
inline

Get the time until the next trigger event.

Definition at line 1144 of file lib8tion.h.

1144{ return mPeriod - getElapsed(); }
TIMETYPE mPeriod
Timing interval to check.
Definition lib8tion.h:1123
TIMETYPE getElapsed()
Get the time elapsed since the last trigger event.
Definition lib8tion.h:1141

References getElapsed(), and mPeriod.

+ Here is the call graph for this function: