SeesawGpioDriver.OpenPin 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.
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.