Skip to content

Update driver to use spi_device. #9

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
caternuson opened this issue Nov 27, 2018 · 3 comments
Closed

Update driver to use spi_device. #9

caternuson opened this issue Nov 27, 2018 · 3 comments

Comments

@caternuson
Copy link
Contributor

Driver currently is locking/unlocking the SPI bus directly. Should be updated to do that via spi_device and context manager.

@ladyada
Copy link
Member

ladyada commented Nov 27, 2018

i dont think it will work it doesnt use a CS pin, so it isnt an spi_device. the way it does it now is how you handle non-CS SPI devices!

@ladyada ladyada closed this as completed Nov 27, 2018
@caternuson
Copy link
Contributor Author

Ah. I see. Thanks.

@ladyada
Copy link
Member

ladyada commented Nov 27, 2018

np - it's a good idea, just a weird chip :D

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

No branches or pull requests

2 participants