See: Description
| Class | Description |
|---|---|
| I2CBuffer |
Class representing a buffer of bytes for directly reading or writing to a slave device.
|
| I2CBus |
Class representing an I2C bus.
|
| I2CFlags |
Class holding flags for describing an I2C message.
|
| I2CFunctionalities |
Class holding the functionalities of an I2C bus.
|
| I2CMessage |
Class representing a message in an I2C transaction.
|
| I2CTransaction |
Class representing an I2C transaction for carrying out several uninterrupted IO operations.
|
| SMBus |
SMBus is more or less a subset of I2C and has its own standard.
|
| SMBus.Block |
Class representing a block of bytes for SMBus operations.
|
| Enum | Description |
|---|---|
| I2CFlag |
Enum representing a flag for describing an I2C message.
|
| I2CFunctionality |
Enum representing the functionalities an I2C bus can have.
|
I2CBus