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

Function getWS2812Timing

tests/platforms/esp/32/drivers/parlio/parlio_driver.cpp:150–152  ·  view source on GitHub ↗

@brief Helper to create WS2812B timing config

Source from the content-addressed store, hash-verified

148
149/// @brief Helper to create WS2812B timing config
150static ChipsetTimingConfig getWS2812Timing() {
151 return ChipsetTimingConfig(350, 800, 450, 50, "WS2812B");
152}
153
154/// @brief Full reset of mock state (initialization + history)
155static void resetMockFull() {

Callers 1

FL_TEST_FILEFunction · 0.70

Calls 1

ChipsetTimingConfigClass · 0.85

Tested by

no test coverage detected