Platform.GPIO.IOMODE

From Serious Documentation
Revision as of 20:42, 29 March 2019 by TerryWest (talk | contribs) (Created page with "The name '''IOMODE''' refers to a {{Node|group}} of {{Node|constant|constants}} used to configure a GPIO pin. The {{Node|constant|constants}} in this group are: * {{Const|IOM...")
(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".