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

◆ delayNs() [1/3]

template<u32 NS>
void fl::delayNs ( )
inline

Shorter alias for delayNanoseconds (template version)

Template Parameters
NSNumber of nanoseconds (at compile-time)

Definition at line 126 of file delay.h.

126 {
128}
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: