SocketCreatePWMOutput Method |
Create a PWM (Pulse Width Modulated) output instance for a given
socket.
Namespace: IO.Interfaces.mikroBUSAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.76.2
SyntaxOutput CreatePWMOutput(
int freq,
double duty = 0
)
Parameters
- freq Int32
- PWM pulse frequency in Hz.
- duty Double (Optional)
- Initial PWM output duty cycle.
Return Value
OutputPWM output instance.
See Also