Skip to content
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

Add chip select management to SPI interface #43

Merged
merged 2 commits into from
Apr 18, 2024
Merged

Conversation

ryankurte
Copy link
Member

@ryankurte ryankurte commented Apr 18, 2024

With the changes to embedded-hal we need to expose either a SpiDevice (including chip select) or an SpiBus (without)...
This implements the former to avoid stacking mutexes, though the latter can be achieved by passing None when creating the device.

@ryankurte ryankurte self-assigned this Apr 18, 2024
@ryankurte ryankurte merged commit 46f5791 into master Apr 18, 2024
5 checks passed
@ryankurte ryankurte deleted the fix/cs-mgmt branch April 18, 2024 06:07
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

Successfully merging this pull request may close these issues.

1 participant