Compartir a través de


ArduinoBoard.CreatePwmChannel(Int32, Int32, Int32, Double) Método

Definición

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

Parámetros

chip
Int32
channel
Int32
frequency
Int32
dutyCyclePercentage
Double

Devoluciones

Se aplica a