Skip to main content

PwmPulsePolarity Enum

NuGet: GHIElectronics.TinyCLR.Devices.Pwm
Assembly: GHIElectronics.TinyCLR.Devices.Pwm
Namespace: GHIElectronics.TinyCLR.Devices.Pwm

Defines which level represents the "active" portion of the PWM pulse.

public enum PwmPulsePolarity

Fields

NameValueDescription
ActiveHigh0The active part of the pulse drives high (idle low).
ActiveLow1The active part of the pulse drives low (idle high).