次の方法で共有


ArduinoBoard.CreatePwmChannel(Int32, Int32, Int32, Double) メソッド

定義

public virtual System.Device.Pwm.PwmChannel CreatePwmChannel (int chip, int channel, int frequency = 400, double dutyCyclePercentage = 0.5);
abstract member CreatePwmChannel : int * int * int * double -> System.Device.Pwm.PwmChannel
override this.CreatePwmChannel : int * int * int * double -> System.Device.Pwm.PwmChannel
Public Overridable Function CreatePwmChannel (chip As Integer, channel As Integer, Optional frequency As Integer = 400, Optional dutyCyclePercentage As Double = 0.5) As PwmChannel

パラメーター

chip
Int32
channel
Int32
frequency
Int32
dutyCyclePercentage
Double

戻り値

適用対象