I2cCommon

Trait I2cCommon 

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

I2C pins

Required Associated Types§

Source

type Scl

Serial Clock

Alternate function open drain

Source

type Sda

Serial Data

Alternate function open drain

Source

type Smba

SMBus

Implementors§