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

◆ NOPSPIOutput() [2/2]

template<fl::u8 _DATA_PIN, fl::u8 _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 29 of file fastspi_nop.h.

29{ 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.