Windows.Devices.Pwm Namespace

PWM stands for Pulse Width Modulation and describes the basic technique to create repeated square waves of user defined length and duty cycle. Most common uses include driving servo motors, dimming LEDs etc. This API provides users the ability to generate PWM wave forms using a PWM controller connected to the system.

Note

For info about providers, see the note at the beginning of the Windows.Devices.Gpio.Provider namespace topic.

Classes

PwmController

Represents a PWM controller connected to the system.

PwmPin

Represents a single PWM pin on the system.

Enums

PwmPulsePolarity

Describes which polarity the PWM signal should start in.