Expand description
Definitions for I²C peripherals.
Modules§
- begin_
read - Defines futures for initiating reads from an I²C peripheral.
- begin_
write - Defines futures for initiating writes to an I²C peripheral.
- initialize
- Defines futures for initializing an I²C peripheral based off of GPIO pins.
Traits§
- I2cBus
Mapping - Defines a mapping for two GPIO pins that can be used to create an I²C bus.
- I2cBus
Mapping Ext - Extension functions for instances of
I2cBusMapping
. - I2cRead
- A peripheral that can perform I²C read operations.
- I2cRead
Ext - Extension functions for instances of
I2cRead
. - I2cWrite
- A peripheral that can perform I²C write operations.
- I2cWrite
Ext - Extension functions for instances of
I2cWrite
.