PwmPulsePolarity
PwmPulsePolarity
PwmPulsePolarity
PwmPulsePolarity
Enum
Definition
Describes which polarity the PWM signal should start in.
public : enum class PwmPulsePolaritypublic enum PwmPulsePolarityPublic Enum PwmPulsePolarity// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows IoT Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Devices.DevicesLowLevelContract (introduced v1)
|
Fields
| ActiveHigh ActiveHigh ActiveHigh ActiveHigh | Configures the PWM signal to start in the active high state. |
| ActiveLow ActiveLow ActiveLow ActiveLow | Configures the PWM signal to start in the active low state. |