Skip to content
Ken Sharp edited this page Dec 10, 2025 · 2 revisions

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