Seesaw.SetGpioPinMode(Byte, PinMode) Method

Definition

Set the PinMode for a GPIO Pin.

public void SetGpioPinMode (byte pin, System.Device.Gpio.PinMode mode);
member this.SetGpioPinMode : byte * System.Device.Gpio.PinMode -> unit
Public Sub SetGpioPinMode (pin As Byte, mode As PinMode)

Parameters

pin
Byte

The pin that has its mode set.

mode
PinMode

The pin mode to be set.

Applies to