[][src]Module lsm9ds1::interface

Interface trait

Re-exports

pub use self::spi::SpiInterface;
pub use self::i2c::I2cInterface;

Modules

i2c

I2C Interface

spi

SPI Interface

Enums

Sensor

Available Sensors to talk to

Traits

Interface

Interface Trait. SpiInterface and I2cInterface implement this.