Click or drag to resize

Output Constructor

Constructor for a single servo output.

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

Parameters

dev  Device
PCA9685 device object.
channel  Int32
Output channel number.
position  Double  (Optional)
Initial servo position.
See Also