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

Fix SPI communication #43

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

fredszaq
Copy link

This fixes #25.

Any try to call the init function will fail with an UnsupportedChip error without this (using the default sync feature).

Previous attempts were made to fix this (#28 and #38) but these where made before embedded-hal 1.0.0 and currently have conflicts preventing their merge (and can't directly be used in a project using embedded-hal 1.0.0

closes #28

This fixes VersBinarii#25.

Any try to call the `init` function will fail with an `UnsupportedChip`
error without this (using the defautl `sync` feature).

Previous attempts were made to fix this (VersBinarii#28 and VersBinarii#38) but these where
made before `embedded-hal` `1.0.0` and currently have conflicts
preventing their merge (and can't directly be used in a project using
`embedded-hal` `1.0.0`

closes VersBinarii#28
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.

SPI communication doesn't work
1 participant