FtDevice.GetDefaultPinAssignmentForPwm(Int32, 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.
Overriden by derived class. Provides the default pin for a given channel.
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
Parameters
- chip
- Int32
Chip number
- channel
- Int32
Channel number
Returns
The default pin for the given PWM channel