PinNumberingScheme Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Different numbering schemes supported by GPIO controllers and drivers.
public enum PinNumberingScheme
type PinNumberingScheme =
Public Enum PinNumberingScheme
- Inheritance
-
PinNumberingScheme
Fields
Name | Value | Description |
---|---|---|
Logical | 0 | The logical representation of the GPIOs. Refer to the microcontroller's datasheet to find this information. |
Board | 1 | The physical pin numbering that is usually accessible by the board headers. |