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

◆ loop()

void loop ( )

Definition at line 179 of file SIMD.ino.

179 {
180 // Run tests only once
181 if (tests_run) {
182 delay(1000);
183 return;
184 }
185
186 tests_run = true;
187 FL_PRINT("SIMD test suite complete");
188}
static bool tests_run
Definition SIMD.ino:177
#define FL_PRINT(X)
Print without prefix (like FL_WARN but without "WARN: " prefix) Uses sstream for dynamic formatting (...
Definition log.h:457
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

References FL_PRINT, and tests_run.