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

◆ AVRSoftwareSPIOutput() [2/2]

template<uint8_t DATA_PIN, uint8_t CLOCK_PIN, uint32_t SPI_SPEED>
AVRSoftwareSPIOutput< DATA_PIN, CLOCK_PIN, SPI_SPEED >::AVRSoftwareSPIOutput ( Selectable * pSelect)
inline

Constructor with selectable for SPI chip select.

Definition at line 40 of file fastspi_bitbang.h.

40{ m_pSelect = pSelect; }
Selectable * m_pSelect
SPI chip select.
Software SPI (aka bit-banging) support Includes aggressive optimizations for when the clock and data ...

References m_pSelect.