GPIOEdge Enumeration

GPIO Edge

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public enum GPIOEdge

Members

Falling0 Trigger IO's configured action on falling edge of IO.
Rising1 Trigger IO's configured action on rising edge of IO.
Both2 Trigger IO's configured action on both edges of IO.

See Also