FastLED
3.9.15
Loading...
Searching...
No Matches
◆
convert_fastled_timings_to_timedeltas()
void convert_fastled_timings_to_timedeltas
(
uint16_t
T1
,
uint16_t
T2
,
uint16_t
T3
,
uint16_t *
T0H
,
uint16_t *
T0L
,
uint16_t *
T1H
,
uint16_t *
T1L
)
inline
Definition at line
6
of file
convert.h
.
9
{
10
*T0H = T1;
11
*T0L = T2 + T3;
12
*T1H = T1 + T2;
13
*T1L = T3;
14
}
fl
convert.h
Generated on Thu Jun 5 2025 04:29:39 for FastLED by
1.13.2