FtDevice.CreateSimplePwmChannel(Int32, Int32, Int32, Double) Method

Definition

Overriden by derived implementations to provide the PWM device

protected override System.Device.Pwm.PwmChannel CreateSimplePwmChannel (int chip, int channel, int frequency, double dutyCyclePercentage);
override this.CreateSimplePwmChannel : int * int * int * double -> System.Device.Pwm.PwmChannel
Protected Overrides Function CreateSimplePwmChannel (chip As Integer, channel As Integer, frequency As Integer, dutyCyclePercentage As Double) As PwmChannel

Parameters

chip
Int32
channel
Int32
frequency
Int32
dutyCyclePercentage
Double

Returns

Applies to