You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there, when trying to use a shared SPI bus, which is async, the SdCard cannot be instantiated, since the trait is not implemented. Is there a specific technical reason for this, or was this just not yet implemented?
As you may gather, I am trying to complement this with the oled_async crate, since i need a driver for SH1107
the trait `embedded_hal::spi::SpiDevice` is not implemented for `embassy_embedded_hal::shared_bus::asynch::spi::SpiDevice<'_, NoopRawMutex, embassy_rp::spi::Spi<'static, SPI0, embassy_rp::spi::Async>, Output<'_>>`
main.rs (other initializations for i2c and oled left out):
Hello there, when trying to use a shared SPI bus, which is async, the
SdCard
cannot be instantiated, since the trait is not implemented. Is there a specific technical reason for this, or was this just not yet implemented?As you may gather, I am trying to complement this with the oled_async crate, since i need a driver for SH1107
main.rs (other initializations for i2c and oled left out):
Cargo.toml:
The text was updated successfully, but these errors were encountered: