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
}
tests_run
static bool tests_run
Definition
SIMD.ino:177
FL_PRINT
#define FL_PRINT(X)
Print without prefix (like FL_WARN but without "WARN: " prefix) Uses sstream for dynamic formatting (...
Definition
log.h:457
fl::delay
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
.
examples
SIMD
SIMD.ino
Generated on Tue Jun 16 2026 00:07:00 for FastLED by
1.13.2