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

Function makeSilentDropTestConfig

tests/fl/channels/channel.cpp:527–530  ·  view source on GitHub ↗

Minimal WS2812 ChannelConfig on pin 7 with 4 LEDs.

Source from the content-addressed store, hash-verified

525
526/// Minimal WS2812 ChannelConfig on pin 7 with 4 LEDs.
527ChannelConfig makeSilentDropTestConfig(fl::span<CRGB> leds) {
528 auto timing = makeTimingConfig<TIMING_WS2812_800KHZ>();
529 return ChannelConfig(7, timing, leds, RGB);
530}
531
532} // namespace
533

Callers 1

channel.cppFile · 0.85

Calls 1

ChannelConfigClass · 0.50

Tested by

no test coverage detected