AnalogController.OpenPinCore(Int32) Method

Definition

Overriden by derived classes: Returns an instance of the AnalogInputPin for the specified pin.

protected abstract System.Device.Analog.AnalogInputPin OpenPinCore (int pinNumber);
abstract member OpenPinCore : int -> System.Device.Analog.AnalogInputPin
Protected MustOverride Function OpenPinCore (pinNumber As Integer) As AnalogInputPin

Parameters

pinNumber
Int32

The pin number to open (not the analog channel)

Returns

An instance of an analog pin

Applies to