PinNumberingScheme Enum

Definition

Different numbering schemes supported by GPIO controllers and drivers.

public enum PinNumberingScheme
type PinNumberingScheme = 
Public Enum PinNumberingScheme
Inheritance
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.

Applies to