Constructor for a single PWM output.
Namespace: IO.Devices.PCA9685.PWMAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax 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