ArduinoBoard.CreatePwmChannel(Int32, Int32, Int32, Double) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
C#
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
Tuote | Versiot |
---|---|
.NET IoT Libraries | 1.4.0 |