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
i2c: Implement embedded_hal::i2c::I2c for I2CMasterDMA
Rationale - Blocking access is already exposed via the
I2CMasterDma::read + I2CMasterDma::write functions but the
embedded_hal::i2c::I2c trait is not implemented meaning it does not
integrate well with generic crates.
0 commit comments