Class I2cConnector.PinNames
The set of I2C pin names
Assembly: Meadow.Contracts.dll
View Source
public static class I2cConnector.PinNames
Fields
SCL
I2C Clock Pin (SCL)
View Source
public const string SCL = "SCL"
SDA
I2C Data Pin (SDA)
View Source
public const string SDA = "SDA"