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

Method getSpiChipset

src/fl/channels/config.h:241–241  ·  view source on GitHub ↗

@brief Get SPI chipset (returns nullptr if not SPI)

Source from the content-addressed store, hash-verified

239
240 /// @brief Get SPI chipset (returns nullptr if not SPI)
241 const SpiChipsetConfig* getSpiChipset() const FL_NOEXCEPT { return chipset.ptr<SpiChipsetConfig>(); }
242
243 /// @brief Get data pin (works for both clockless and SPI)
244 int getDataPin() const FL_NOEXCEPT;

Callers 2

FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by 1