Skip to main content

Interface II2cPeripheral

Interface for a device/peripheral that communicates over I2C

Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface II2cPeripheral

Properties

DefaultI2cAddress

The default I2C address for the peripheral

View Source
Declaration
byte DefaultI2cAddress { get; }