We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Driver currently is locking/unlocking the SPI bus directly. Should be updated to do that via spi_device and context manager.
spi_device
The text was updated successfully, but these errors were encountered:
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!
Sorry, something went wrong.
Ah. I see. Thanks.
np - it's a good idea, just a weird chip :D
No branches or pull requests
Driver currently is locking/unlocking the SPI bus directly. Should be updated to do that via
spi_device
and context manager.The text was updated successfully, but these errors were encountered: