Pca9685.GetDutyCycle(Int32) Method

Definition

Gets duty cycle on specified channel

public double GetDutyCycle (int channel);
member this.GetDutyCycle : int -> double
Public Function GetDutyCycle (channel As Integer) As Double

Parameters

channel
Int32

selected channel

Returns

Value of duty cycle in 0.0 - 1.0 range

Applies to