FastLED
3.9.15
Loading...
Searching...
No Matches
◆
convert_fastled_timings_to_timedeltas()
void fl::convert_fastled_timings_to_timedeltas
(
u16
t1_in
,
u16
t2_in
,
u16
t3_in
,
u16 *
out_t0h
,
u16 *
out_t0l
,
u16 *
out_t1h
,
u16 *
out_t1l
)
inline
Definition at line
74
of file
timing_traits.h
.
77
{
78
*out_t0h = t1_in;
79
*out_t0l = t2_in + t3_in;
80
*out_t1h = t1_in + t2_in;
81
*out_t1l = t3_in;
82
}
References
FL_NOEXCEPT
.
fl
Generated on Tue Jun 16 2026 00:07:04 for FastLED by
1.13.2