Click or drag to resize
SoftPwm.SetPulseParameters Method

Namespace: Microsoft.IoT.Devices.Pwm
Assembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void SetPulseParameters(
	int pin,
	double dutyCycle,
	bool invertPolarity
)

Parameters

pin
Type: System.Int32
dutyCycle
Type: System.Double
invertPolarity
Type: System.Boolean

Implements

IPwmControllerProvider.SetPulseParameters(Int32, Double, Boolean)
See Also