Table of Contents

Enum Port

Namespace
Iot.Device.Mcp23xxx
Assembly
Iot.Device.Mcp23xxx.dll

The I/O port used with registers.

public enum Port

Fields

PortA = 0

The first set of 8 GPIO pins.

PortB = 1

The second set of 8 GPIO pins.

Remarks

16-bit controllers are logically separated into two 8-bit ports. 8-bit controllers only have one "port" of GPIO pins so this concept is irrelevant in that case.