Expand description
Interface module, contains the Interface trait and re-exports the i2c and spi modules
Structs§
- I2C interface for the driver
- SPI interface for the driver using an
embedded_hal::spi::SpiBusinstead ofembedded_hal::spi::SpiDeviceand anembedded_hal::digital::OutputPin(for CS) - SPI interface for the driver
Enums§
- Possible slave addresses
Traits§
- Blocking interface