Trait stm32g0xx_hal::i2c::SCLPin

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

I2C SCL pin

Required Methods§

Implementors§