Type Alias L3gd20

Source
pub type L3gd20 = L3gd20<Spi<SPI1, (PA5<AF5>, PA6<AF5>, PA7<AF5>)>, PE3<Output<PushPull>>>;
Expand description

On board L3GD20 connected to the SPI1 bus via the pins PA5, PA6, PA7 and PE3

Aliased Typeยง

pub struct L3gd20 { /* private fields */ }