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