ArduinoBoard.GetDefaultPinAssignmentForPwm(Int32, Int32) Method
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.
Overriden by derived class. Provides the default pin for a given channel.
C#
public override int GetDefaultPinAssignmentForPwm (int chip, int channel);
override this.GetDefaultPinAssignmentForPwm : int * int -> int
Public Overrides Function GetDefaultPinAssignmentForPwm (chip As Integer, channel As Integer) As Integer
- chip
- Int32
Chip number
- channel
- Int32
Channel number
The default pin for the given PWM channel
Tuote | Versiot |
---|---|
.NET IoT Libraries | 1.5.0, 2.0.0, 2.1.0, 2.2.0 |