Class FtdiExpander.I2CBus.PinData
Contains constants for pin data states.
Assembly: Ft2xxx.dll
View Source
Declaration
protected static class FtdiExpander.I2CBus.PinData
Fields
SDAloSCLhi
SDA low and SCL high
View Source
Declaration
public const byte SDAloSCLhi = 1
SDAhiSCLhi
SDA high and SCL high
View Source
Declaration
public const byte SDAhiSCLhi = 3
SDAloSCLlo
SDA low and SCL low
View Source
Declaration
public const byte SDAloSCLlo = 0
SDAhiSCLlo
SDA high and SCL low
View Source
Declaration
public const byte SDAhiSCLlo = 2