FastLED 3.9.15
Loading...
Searching...
No Matches

◆ getSpiChipset()

const SpiChipsetConfig * fl::ChannelConfig::getSpiChipset ( ) const
inline

Get SPI chipset (returns nullptr if not SPI)

Examples
/home/runner/work/FastLED/FastLED/src/fl/channels/config.h.

Definition at line 241 of file config.h.

241{ return chipset.ptr<SpiChipsetConfig>(); }
ChipsetVariant chipset
Chipset configuration (clockless or SPI)
Definition config.h:264

References chipset, and FL_NOEXCEPT.