Constructor for a single servo output.
Namespace: IO.Objects.Servo.PWMAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax public Output(
Output pwm,
int freq = 50,
double position = 0
)
Parameters
- pwm Output
- PWM output instance.
- freq Int32 (Optional)
- PWM pulse frequency.
- position Double (Optional)
- Initial servo position.
See Also