Platform.GPIO.IOMODE

From Serious Documentation
Revision as of 13:44, 29 March 2019 by TerryWest (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The name IOMODE refers to a group of constants used to configure a GPIO pin. The constants in this group are:

These constants should referred to in the format "GPIO.IOMODE.INPUT'". Do not create any other node with the exact name "IOMODE".