Enumeration GpioAction
Enumerator | Value | Description |
---|---|---|
UNSPECIFIED_GPIO_ACTION | 0 | Unspecified gpio action |
GPIOACTION_SET | 1 | Set GPIO output |
GPIOACTION_CLEAR | 2 | Clear GPIO output |
GPIOACTION_PULSE_HIGH | 3 | Pulse high GPIO output with specified period |
GPIOACTION_PULSE_LOW | 4 | Pulse low GPIO output with specified period |
Parent topic: Base (C++)