Edit

Share via


SeesawGpioDriver.OpenPin Method

Definition

Overloads

OpenPin(Int32, PinMode)

Opens a pin and sets it to a specific mode.

OpenPin(Int32)

Opens a pin and in Input mode.

OpenPin(Int32, PinMode)

Opens a pin and sets it to a specific mode.

public void OpenPin (int pinNumber, System.Device.Gpio.PinMode mode);
override this.OpenPin : int * System.Device.Gpio.PinMode -> unit
Public Sub OpenPin (pinNumber As Integer, mode As PinMode)

Parameters

pinNumber
Int32

The pin number in the controller's numbering scheme.

mode
PinMode

The mode to be set.

Applies to

OpenPin(Int32)

Opens a pin and in Input mode.

protected override void OpenPin (int pinNumber);
override this.OpenPin : int -> unit
Protected Overrides Sub OpenPin (pinNumber As Integer)

Parameters

pinNumber
Int32

The pin number in the controller's numbering scheme.

Applies to