Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 355 Bytes

File metadata and controls

15 lines (10 loc) · 355 Bytes

enum GPIOPull

Overview / Purpose

Enumeration GPIOPull

Enumerator Value Description
GPIO_PULL_UNSPECIFIED 0 Unspecified GPIO pull
GPIO_PULL_NONE 1 Pull none
GPIO_PULL_UP 2 Pull up
GPIO_PULL_DOWN 3 Pull down

Parent topic: InterconnectConfig (C++)