Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 467 Bytes

GpioBehavior.md

File metadata and controls

17 lines (12 loc) · 467 Bytes

enum GpioBehavior

Overview / Purpose

Enumeration GpioBehavior

Enumerator Value Description
UNSPECIFIED_GPIO_BEHAVIOR 0 Unspecified GPIO behavior
GPIO_FALLING 1 Falling edge
GPIO_RISING 2 Rising edge
GPIO_PULSE_LOW 3 Sequence of HIGH - LOW - HIGH
GPIO_PULSE_HIGH 4 Sequence of LOW - HIGH - LOW
GPIO_ANALOG_CHANGE 5 Analog input value change

Parent topic: Base (C++)