ArduinoBoard.CreatePwmChannel(Int32, Int32, Int32, Double) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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