pub type Lsm303dlhc = Lsm303dlhc<I2c<I2C1, (PB6<AF4>, PB7<AF4>)>>;
On board LSM303DLHC connected to the I2C1 bus via the PB6 and PB7 pins
pub struct Lsm303dlhc { /* private fields */ }