|
FastLED 3.9.15
|
|
inline |
Update the timer state based on current time.
Checks if the timer is still running based on the current time. If the specified duration has elapsed, the timer will stop.
| now | Current time in milliseconds (typically from millis()) |
Definition at line 42 of file simple_timer.h.
References duration, running, and start_time.