embedded-sdmmc-rs
embedded-sdmmc-rs copied to clipboard
Add SdCardSpiDevice trait
Closes https://github.com/rust-embedded-community/embedded-sdmmc-rs/issues/184.
This only adds a blocking trait. Once https://github.com/rust-embedded-community/embedded-sdmmc-rs/pull/176 is merged I can rebase and add the async version. Or this can be merged first and the other PR can add the async version. Either is fine with me.