Enum GpioPulsePolarity
Represents the polarity of changes that are relevant to the associated action.
public enum GpioPulsePolarity
Fields
Both = 0Transitions from both low to high and high to low should trigger the associated action.
Falling = 1Transitions from high to low should trigger the associated action.
Rising = 2Transitions from low to high should trigger the associated action.