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 and embedded-hal version bump #26

Closed
wants to merge 2 commits into from

Conversation

wiktorwieclaw
Copy link

  • Fixes SPI not working
  • Bumps Embedded-hal to 1.0-alpha.8 that introduces a new trait called SpiDevice that should be used instead of (SpiBus, CS). This version is also used in the stm32f4xx_hal

Closes #25

I could also add an example for SPI, but I'll leave that for another PR

@VersBinarii
Copy link
Owner

Thanks for this, i just merged this PR has already been merged with the same functionality.

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
2 participants