GPIO_Value Enum
Cabeçalho: #include <applibs/gpio.h>
Os possíveis valores de leitura/gravação para um GPIO.
typedef enum {
GPIO_Value_Low = 0,
GPIO_Value_High = 1
} GPIO_Value;
Valores
GPIO_Value_Low
Baixa ou lógica 0
GPIO_Value_High
Alta ou lógica 1