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

◆ release()

template<uint8_t DATA_PIN, uint8_t CLOCK_PIN, uint32_t SPI_SPEED>
void AVRSoftwareSPIOutput< DATA_PIN, CLOCK_PIN, SPI_SPEED >::release ( )
inline

Release the SPI chip select line.

Definition at line 240 of file fastspi_bitbang.h.

240{ if(m_pSelect != NULL) { m_pSelect->release(); } } // FastPin<SELECT_PIN>::lo(); }
Selectable * m_pSelect
SPI chip select.
Software SPI (aka bit-banging) support Includes aggressive optimizations for when the clock and data ...

References m_pSelect.

Referenced by init(), writeBytes(), writeBytesValue(), and writePixels().

+ Here is the caller graph for this function: