GPIO Constants
Constants defined in LinxDevice.h
for use with GPIO functions.
INPUT
0 - Used to configure a channel as an input.
OUTPUT
1 - Used to configure a channel as an output.
LOW
0 - Represents a logic low value.
HIGH
1 - Represents a logic high value.