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

◆ NOPSPIOutput() [1/2]

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

Default Constructor.

Definition at line 23 of file fastspi_nop.h.

23{ m_pSelect = NULL; }
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.