Enum PwmPulsePolarity
Describes which polarity the PWM signal should start in.
public enum PwmPulsePolarity
Fields
ActiveHigh = 0Configures the PWM signal to start in the active high state.
ActiveLow = 1Configures the PWM signal to start in the active low state.