Enum PinNumberingScheme
Different numbering schemes supported by GPIO controllers and drivers.
Namespace: System.Device.Gpio
Assembly: System.Device.Gpio.dll
Syntax
public enum PinNumberingScheme
Fields
Name | Description |
---|---|
Board | The physical pin numbering that is usually accessible by the board headers. |
Logical | The logical representation of the GPIOs. Refer to the microcontroller's datasheet to find this information. |