Enum GpioBehavior

June 4, 2021 ยท View on GitHub

Overview / Purpose

Enumeration GpioBehavior

EnumeratorValueDescription
UNSPECIFIED_GPIO_BEHAVIOR0Unspecified GPIO behavior
GPIO_FALLING1Falling edge
GPIO_RISING2Rising edge
GPIO_PULSE_LOW3Sequence of HIGH - LOW - HIGH
GPIO_PULSE_HIGH4Sequence of LOW - HIGH - LOW
GPIO_ANALOG_CHANGE5Analog input value change

Parent topic: Base (Python)