Click or drag to resize
PCA9685SetPulseParameters 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: SystemInt32
dutyCycle
Type: SystemDouble
invertPolarity
Type: SystemBoolean

Implements

IPwmControllerProviderSetPulseParameters(Int32, Double, Boolean)
See Also