Enum LevelChange
Enumerates the different change states for edge detection.
Namespace: Unosquare.PiGpio.NativeEnums
Syntax
public enum LevelChange
Fields
| Name | Description |
|---|---|
| HighToLow | Change to low (a falling edge) |
| LowToHigh | Change to high (a rising edge) |
| NoChange | No level change (a watchdog timeout) |