Click or drag to resize

Output Constructor

Constructor for a single PWM output.

Namespace: IO.Devices.PCA9685.PWM
Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax
C#
public Output(
	Device dev,
	int channel,
	double dutycycle = 0
)

Parameters

dev  Device
PCA9685 device object.
channel  Int32
Output channel number.
dutycycle  Double  (Optional)
Initial PWM output duty cycle.
See Also