GPIO_Value Sabit Listesi
Üst bilgi: #include <applibs/gpio.h>
GPIO için olası okuma/yazma değerleri.
typedef enum {
GPIO_Value_Low = 0,
GPIO_Value_High = 1
} GPIO_Value;
Değer
GPIO_Value_Low
Düşük veya mantık 0
GPIO_Value_High
Yüksek veya mantıksal 1