Trait Pins

Source
pub trait Pins<I2c> { }

Implementations on Foreign Types§

Source§

impl<I2c, SCL, SDA> Pins<I2c> for (SCL, SDA)
where SCL: PinScl<I2c>, SDA: PinSda<I2c>,

Implementors§