共用方式為


FtDevice.CreateSimplePwmChannel(Int32, Int32, Int32, Double) 方法

定義

由衍生實作覆寫以提供 PWM 裝置

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

參數

chip
Int32
channel
Int32
frequency
Int32
dutyCyclePercentage
Double

傳回

適用於