Windows.Devices.Pwm Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |