Difference between revisions of "Platform.GPIO.IOMODE"

From Serious Documentation
Jump to: navigation, search
(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...")
(No difference)

Revision as of 13:42, 29 March 2019

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".