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

◆ loop()

void loop ( )

Definition at line 137 of file DriverTest.ino.

137 {
138 // Tests complete - nothing to do in loop
139 // Results were printed in setup()
140 delay(10000);
141}
void delay(u32 ms, bool run_async=true) FL_NOEXCEPT
Public delay wrapper that keeps bare Arduino delay() preferred after using fl::delay; while still all...
Definition delay.h:98