Class I2cBusMapping
Represents a mapping of a specific I2C bus on a controller
Assembly: Meadow.Contracts.dll
View Source
Declaration
public sealed class I2cBusMapping
Properties
Controller
The mapped II2cController
View Source
Declaration
public II2cController Controller { get; }
BusNumber
The mapped bus number
View Source
Declaration
public int BusNumber { get; }