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: Promote use of Deref trait
Modeled after stm32f4xx-hal's I2C implementation. The pattern is
widely seen in other HAL families as well.
* i2c: Make sure the I2C unit is disabled so we can configure it
* i2c: Support I2C transmission over MAX_NBYTE_SIZE
* i2c: Implement Rx for I2C read
* i2c: Populate docstrings
0 commit comments