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

◆ delayNs() [2/3]

void fl::delayNs ( u32 ns)
inline

Shorter alias for delayNanoseconds (runtime version)

Parameters
nsNumber of nanoseconds (runtime value)

Definition at line 132 of file delay.h.

132 {
134}
FASTLED_FORCE_INLINE void delayNanoseconds() FL_NOEXCEPT
Delay for a compile-time constant number of nanoseconds.
Definition delay.h:47

References delayNanoseconds(), and FL_NOEXCEPT.

+ Here is the call graph for this function: