Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 432 Bytes

GpioPinPropertyFlags.md

File metadata and controls

15 lines (10 loc) · 432 Bytes

enum GpioPinPropertyFlags

Overview / Purpose

Enumeration GpioPinPropertyFlags

Enumerator Value Description
GPIOPROPERTY_UNKNOWN 0  
GPIOPROPERTY_INPUT 1 0x1 : Pin can be used as digital input
GPIOPROPERTY_OUTPUT 2 0x2 : Pin can be used as digital output
GPIOPROPERTY_ANALOG 4 0x4 : Pin can be used as analog input

Parent topic: Base (C++)