components

Module l3gd20

Source
Expand description

Components for the L3GD20 sensor.

Uses a SPI Interface.

§Usage

let l3gd20 = components::l3gd20::L3gd20Component::new(spi_mux, stm32f429zi::gpio::PinId::PE03).finalize(
    components::l3gd20_component_static!(stm32f429zi::spi::Spi));

Structs§

Type Aliases§