Type Alias Lsm303dlhc

Source
pub type Lsm303dlhc = Lsm303dlhc<I2c<I2C1, (PB6<AF4>, PB7<AF4>)>>;
Expand description

On board LSM303DLHC connected to the I2C1 bus via the PB6 and PB7 pins

Aliased Typeยง

pub struct Lsm303dlhc { /* private fields */ }