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

◆ setSelect()

template<fl::u8 _DATA_PIN, fl::u8 _CLOCK_PIN, uint32_t _SPI_CLOCK_DIVIDER>
void NOPSPIOutput< _DATA_PIN, _CLOCK_PIN, _SPI_CLOCK_DIVIDER >::setSelect ( Selectable * pSelect)
inline

set the object representing the selectable

Definition at line 32 of file fastspi_nop.h.

32{ m_pSelect = pSelect; }
Selectable * m_pSelect
Definition fastspi_nop.h:22
A nop/stub class, mostly to show the SPI methods that are needed/used by the various SPI chipset impl...
Definition fastspi_nop.h:21

References m_pSelect.