Interface II2cCommunications
I2C communications abstraction
Assembly: Meadow.Contracts.dll
View Source
public interface II2cCommunications : IByteCommunications
Properties
Address
The I2C address of the peripheral
View Source
byte Address { get; }
Bus
The I2C bus
View Source
II2cBus Bus { get; }