Share via


PwmController.OpenPin(Int32) Method

Definition

Opens the pin for use.

public:
 virtual PwmPin ^ OpenPin(int pinNumber) = OpenPin;
PwmPin OpenPin(int const& pinNumber);
public PwmPin OpenPin(int pinNumber);
function openPin(pinNumber)
Public Function OpenPin (pinNumber As Integer) As PwmPin

Parameters

pinNumber
Int32

int

Which pin to open.

Returns

The requested pin now available for use.

Applies to