Click or drag to resize

SocketCreatePWMOutput Method

Create a PWM (Pulse Width Modulated) output instance for a given socket.

Namespace: IO.Objects.RemoteIO.mikroBUS
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.76.2
Syntax
C#
public Output CreatePWMOutput(
	int freq,
	double duty = 0
)

Parameters

freq  Int32
PWM pulse frequency in Hz.
duty  Double  (Optional)
Initial PWM output duty cycle.

Return Value

Output
PWM output instance.

Implements

SocketCreatePWMOutput(Int32, Double)
See Also