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

◆ delayMillis()

void fl::delayMillis ( u32 ms)

Delay for a given number of milliseconds (legacy - no async pumping)

Parameters
msMilliseconds to delay

Definition at line 201 of file delay.cpp.hpp.

201 {
202 // Legacy function - no async pumping (backward compatibility)
203 detail::delay_impl(ms, false);
204}
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.

Referenced by SketchHalt::check().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: