Enum GpioPinPropertyFlags

June 4, 2021 · View on GitHub

Overview / Purpose

Enumeration GpioPinPropertyFlags

EnumeratorValueDescription
GPIOPROPERTY_UNKNOWN0 
GPIOPROPERTY_INPUT10x1 : Pin can be used as digital input
GPIOPROPERTY_OUTPUT20x2 : Pin can be used as digital output
GPIOPROPERTY_ANALOG40x4 : Pin can be used as analog input

Parent topic: Base (Python)