Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 728 Bytes

ipwmcontrollerprovider_setpulseparameters_566665778.md

File metadata and controls

29 lines (20 loc) · 728 Bytes
-api-id -api-type
M:Windows.Devices.Pwm.Provider.IPwmControllerProvider.SetPulseParameters(System.Int32,System.Double,System.Boolean)
winrt method

Windows.Devices.Pwm.Provider.IPwmControllerProvider.SetPulseParameters

-description

Sets the PWM parameters for pin, duty cycle, and polarity.

-parameters

-param pin

Indicates which pin these values apply to.

-param dutyCycle

The duty cycle percentage, with value between 0 and 100 inclusive.

-param invertPolarity

True if polarity of pin should be inverted, otherwise false.

-remarks

-examples

-see-also