Skip to content

Need a way to create an SPI device without a chip select pin #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
deanm1278 opened this issue Oct 9, 2017 · 1 comment
Closed

Comments

@deanm1278
Copy link

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.

@cerickson
Copy link
Contributor

I'll work on this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants