Trait I2cCommon

Source
pub trait I2cCommon {
    type Scl;
    type Sda;
    type Smba;
}

Required Associated Types§

Implementors§