Table of Contents

Enum GpioPulsePolarity

Namespace
System.Device.Gpio
Assembly
nanoFramework.Hardware.Esp32.dll

Represents the polarity of changes that are relevant to the associated action.

public enum GpioPulsePolarity

Fields

Both = 0

Transitions from both low to high and high to low should trigger the associated action.

Falling = 1

Transitions from high to low should trigger the associated action.

Rising = 2

Transitions from low to high should trigger the associated action.