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

◆ delaycycles_min1()

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

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

Definition at line 85 of file fastled_delay.h.

85 {
87 delaycycles<CYCLES-1>();
88}
void delaycycles()
Delay N clock cycles.

References delaycycles().

+ Here is the call graph for this function: