MCPcopy Create free account
hub / github.com/FastLED/FastLED / u32

Enum u32

src/platforms/shared/clockless_blocking.h:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66private:
67 // Reference timing values from the TIMING type
68 enum : u32 {
69 T1 = TIMING::T1,
70 T2 = TIMING::T2,
71 T3 = TIMING::T3
72 };
73
74 // Verify pin is valid
75 // static_assert(fl::FastPin<DATA_PIN>::validpin(), "Invalid pin for clockless controller");

Calls

no outgoing calls

Tested by

no test coverage detected