Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 466 Bytes

File metadata and controls

16 lines (11 loc) · 466 Bytes

enum GpioAction

Overview / Purpose

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++)