You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.g. spi_device = SPIDevice(busio.SPI(board.SCK, board.MOSI, board.MISO), None, baudrate=4000000)
This is for things like displays that have other signals to be managed during a transaction. We want to tell the busDevice to not worry about chip select, we will manage it ourselves manually.
The text was updated successfully, but these errors were encountered:
e.g.
spi_device = SPIDevice(busio.SPI(board.SCK, board.MOSI, board.MISO), None, baudrate=4000000)
This is for things like displays that have other signals to be managed during a transaction. We want to tell the busDevice to not worry about chip select, we will manage it ourselves manually.
The text was updated successfully, but these errors were encountered: