GPIO_Value Enum

Header: #include <applibs/gpio.h>

The possible read/write values for a GPIO.

typedef enum {
    GPIO_Value_Low = 0,
    GPIO_Value_High = 1
} GPIO_Value;

Values

GPIO_Value_Low

Low, or logic 0

GPIO_Value_High

High, or logic 1