Skip to content
Ken Sharp edited this page Dec 8, 2023 · 1 revision

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.

Related Links

Firmware Reference

Clone this wiki locally