Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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