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

◆ delay()

void fl::FastLEDAdapter::delay ( unsigned long ms)
overridevirtual

Delay for a specified number of milliseconds.

Parameters
msDelay duration in milliseconds

Implements fl::IFastLED.

Definition at line 92 of file adapter.cpp.hpp.

92 {
93 FastLED.delay(ms);
94}
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
void delay(unsigned long ms)
Delay for the given number of milliseconds.

References FastLED.

Referenced by ~FastLEDAdapter().

+ Here is the caller graph for this function: