次の方法で共有


ArduinoBoard.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

0 を指定する必要があります。

channel
Int32

使用するピン番号

frequency
Int32

この値は無視されます

dutyCyclePercentage
Double

分数としてのデューティ サイクル。

戻り値

適用対象