PwmController.OpenPin(Int32) 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.
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.