FastLED
3.9.15
Loading...
Searching...
No Matches
◆
FL_RUN_ONCE
#define FL_RUN_ONCE
(
code
)
Value:
do
{ \
static
bool
fl_run_once_flag =
false
; \
if (!fl_run_once_flag) { \
fl_run_once_flag =
true
; \
code; \
} \
}
while
(0)
Referenced by
CFastLED::init()
.
fl
math
fixed_point
s16x16x4.h
Generated on Tue Jun 16 2026 00:07:01 for FastLED by
1.13.2