Enum PinNumberingScheme
Different numbering schemes supported by GPIO controllers and drivers.
public enum PinNumberingScheme
Fields
Board = 1
The physical pin numbering that is usually accessible by the board headers.
Logical = 0
The logical representation of the GPIOs. Refer to the microcontroller's datasheet to find this information.