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

◆ delayMs()

void fl::delayMs ( u32 ms,
bool run_async = true )
inline

Shorter alias for delay with optional async task pumping.

Parameters
msMilliseconds to delay
run_asyncIf true, pump async tasks during delay (only on platforms with SKETCH_HAS_LARGE_MEMORY==1)

Definition at line 120 of file delay.h.

120 {
121 detail::delay_impl(ms, run_async);
122}
void delay_impl(u32 ms, bool run_async)
Internal delay implementation used by the public fl::delay wrapper.

References fl::detail::delay_impl(), and FL_NOEXCEPT.

+ Here is the call graph for this function: