Mcp23xxx.SetPinMode(Int32, PinMode) Method
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.
Sets a mode to a pin.
protected override void SetPinMode (int pinNumber, System.Device.Gpio.PinMode mode);
override this.SetPinMode : int * System.Device.Gpio.PinMode -> unit
Protected Overrides Sub SetPinMode (pinNumber As Integer, mode As PinMode)
Parameters
- pinNumber
- Int32
The pin number.
- mode
- PinMode
The mode to be set.