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
.
8
{
9
*T0H = T1;
10
*T0L = T2 + T3;
11
*T1H = T1 + T2;
12
*T1L = T3;
13
}
fl
convert.h
Generated on Fri Apr 18 2025 03:39:31 for FastLED by
1.13.2