FastLED 3.9.15
Loading...
Searching...
No Matches

◆ EdgeTime() [1/2]

fl::EdgeTime::EdgeTime ( )
inlineconstexpr

Default constructor (low, 0ns)

Definition at line 39 of file rx.h.

39: ns(0), high(0) {}
u32 ns
Duration in nanoseconds (31 bits, max ~2.1s)
Definition rx.h:35
u32 high
High/low level (1 bit: 1=high, 0=low)
Definition rx.h:36

References FL_NOEXCEPT, high, and ns.