|
FastLED 3.9.15
|
Helper to create timing traits from individual timing values Useful for creating custom timing configurations at compile-time.
| T1_NS | High time for bit 0 (nanoseconds) |
| T2_NS | Additional high time for bit 1 (nanoseconds) |
| T3_NS | Low tail duration (nanoseconds) |
| RESET_US | Reset/latch time (microseconds) |
Definition at line 63 of file timing_traits.h.
#include <timing_traits.h>
Static Public Attributes | |
| static constexpr u32 | BIT_PERIOD = T1_NS + T2_NS + T3_NS |
| static constexpr u32 | RESET = RESET_US |
| static constexpr u32 | T1 = T1_NS |
| static constexpr u32 | T2 = T2_NS |
| static constexpr u32 | T3 = T3_NS |