Skip to content
4 changes: 2 additions & 2 deletions src/i2c.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ cfg_if! {

/// I2C peripheral operating in master mode
pub struct I2c<I2C, PINS> {
i2c: I2C,
pins: PINS,
pub(crate) i2c: I2C,
pub(crate) pins: PINS,
}

macro_rules! busy_wait {
Expand Down
Loading