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