Platform.GPIO.IOMODE

From Serious Documentation
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".