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

◆ NOPSPIOutput() [2/2]

template<uint8_t _DATA_PIN, uint8_t _CLOCK_PIN, uint32_t _SPI_CLOCK_DIVIDER>
NOPSPIOutput< _DATA_PIN, _CLOCK_PIN, _SPI_CLOCK_DIVIDER >::NOPSPIOutput ( Selectable * pSelect)
inline

Constructor with selectable.

Definition at line 26 of file fastspi_nop.h.

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

References m_pSelect.