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

Method ChannelConfig

src/fl/channels/config.cpp.hpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8// ========== New Variant-Based Constructors ==========
9
10ChannelConfig::ChannelConfig(const fl::string& name, const ChipsetVariant& chipset,
11 fl::span<CRGB> leds, EOrder rgbOrder, const ChannelOptions& options)
12 : ChannelConfig(chipset, leds, rgbOrder, options) {
13 mName = name;
14}
15
16ChannelConfig::ChannelConfig(const ChipsetVariant& chipset, fl::span<CRGB> leds,
17 EOrder rgbOrder, const ChannelOptions& options)

Callers

nothing calls this directly

Calls 1

ClocklessChipsetClass · 0.70

Tested by

no test coverage detected