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

◆ delaycycles_min1()

template<cycle_t CYCLES>
void fl::delaycycles_min1 ( )
inline

A variant of delaycycles that will always delay at least one cycle.

Template Parameters
CYCLESthe number of clock cycles to delay

Definition at line 75 of file delay.h.

75 {
77 delaycycles<CYCLES - 1>();
78}
void delaycycles< 1 >() FL_NOEXCEPT
Definition delay.cpp.hpp:75
void delaycycles() FL_NOEXCEPT
Forward declaration of delaycycles template.

References delaycycles(), delaycycles< 1 >(), delaycycles_min1(), and FL_NOEXCEPT.

Referenced by delaycycles_min1().

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