Constructor for a single servo output.
Namespace: IO.Devices.PCA9685.ServoAssembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax 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