Table of Contents

Enum PwmPulsePolarity

Namespace
System.Device.Pwm
Assembly
System.Device.Pwm.dll

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.