Select the SPI output (chip select)
- Todo
- Research whether this really means 'hi' or 'lo'.
- Todo
- Move select responsibility out of the SPI classes entirely, make it up to the caller to remember to lock/select the line?
Definition at line 237 of file fastspi_bitbang.h.
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 writeBytes(), writeBytesValue(), and writePixels().