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 88 of file fastled_delay.h.

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

References delaycycles().

+ Here is the call graph for this function: