AnalogController.OpenPin(Int32) Method

Definition

Opens a pin in order for it to be ready to use.

public System.Device.Analog.AnalogInputPin OpenPin (int pinNumber);
member this.OpenPin : int -> System.Device.Analog.AnalogInputPin
Public Function OpenPin (pinNumber As Integer) As AnalogInputPin

Parameters

pinNumber
Int32

The pin number to open (not the analog channel!).

Returns

Applies to