Compartir a través de


Board.CreateSimplePwmChannel(Int32, Int32, Int32, Double) Método

Definición

Invalidación por implementaciones derivadas para proporcionar el dispositivo PWM

protected abstract System.Device.Pwm.PwmChannel CreateSimplePwmChannel (int chip, int channel, int frequency, double dutyCyclePercentage);
abstract member CreateSimplePwmChannel : int * int * int * double -> System.Device.Pwm.PwmChannel
Protected MustOverride Function CreateSimplePwmChannel (chip As Integer, channel As Integer, frequency As Integer, dutyCyclePercentage As Double) As PwmChannel

Parámetros

chip
Int32
channel
Int32
frequency
Int32
dutyCyclePercentage
Double

Devoluciones

Se aplica a