Trait stm32g0xx_hal::i2c::SDAPin

source ·
pub trait SDAPin<I2C> {
    fn setup(&self);
    fn release(self) -> Self;
}
Expand description

I2C SDA pin

Required Methods§

Implementors§