pub trait SDAPin<I2C> {
    fn setup(&self);
}

Required Methods

Implementors