-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature request - SPI #36
Comments
@Wratox I have a SPI implementation already that implements Master + Slave + embedded-hal 1.0.0 that I will start putting up for review soon! |
@astapleton Alright, nice! I did start on it and I did the pins for SPI for stm32h573, is that something you have a use for or have you already implemented that? |
@Wratox yes, that would be helpful. I don't have pins for anything other than the STM32H503 right now |
@astapleton It's available at spi.rs at my spi branch. |
Add support for the SPIx peripherals.
Might try to add this myself, but is there any reason to not go straight for embedded_hal v1.0.0?
If so do you think stm32-rs/stm32h7xx-hal#476 is a good place to start?
The text was updated successfully, but these errors were encountered: