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

◆ interval_ms()

int fl::task::interval_ms ( ) const

Definition at line 236 of file task.cpp.

236 {
237 return mImpl ? mImpl->interval_ms() : 0;
238}
shared_ptr< TaskImpl > mImpl
Definition task.h:113

References mImpl.

Referenced by every_ms(), every_ms(), and operator=().

+ Here is the caller graph for this function: