Enum EdgeDetection
Defines the edge detection strategies.
Namespace: Unosquare.PiGpio.NativeEnums
Syntax
public enum EdgeDetection
Fields
Name | Description |
---|---|
EitherEdge | Rising and falling edge detection strategy |
FallingEdge | The falling edge (from high to low voltage) |
RisingEdge | The rising edge (from low to high voltage) |