PwmPulsePolarity Enum
Namespace: GHIElectronics.TinyCLR.Devices.Pwm · Assembly: GHIElectronics.TinyCLR.Devices.Pwm
Defines which level represents the "active" portion of the PWM pulse.
public enum PwmPulsePolarity
Fields
| Name | Value | Description |
|---|---|---|
ActiveHigh | 0 | The active part of the pulse drives high (idle low). |
ActiveLow | 1 | The active part of the pulse drives low (idle high). |