ESTGPIOPortValue
enum ESTGPIOPortValue {}
Possible values of GPIO ports.
-
Unknown value of GPIO port used for incorrect port or missing proper value.
Declaration
Objective-C
ESTGPIOPortValueUnknown = -1Swift
case unknown = -1 -
LOW value of GPIO port.
Declaration
Objective-C
ESTGPIOPortValueLow = 0Swift
case low = 0 -
HIGH value of GPIO port.
Declaration
Objective-C
ESTGPIOPortValueHigh = 1Swift
case high = 1
View on GitHub
ESTGPIOPortValue Enumeration Reference