Pca9685.CreatePwmChannel(Int32) Method

Definition

Creates PwmChannel instance from selected channel

public System.Device.Pwm.PwmChannel CreatePwmChannel (int channel);
member this.CreatePwmChannel : int -> System.Device.Pwm.PwmChannel
Public Function CreatePwmChannel (channel As Integer) As PwmChannel

Parameters

channel
Int32

Channel number (0-15)

Returns

PwmChannel instance

Remarks

Channel is already started when constructed.

Applies to