Enum PinEdge
The signal transition that triggers a pin interrupt.
public enum PinEdge
Fields
Both = 2Either transition.
Falling = 1A high-to-low transition.
Rising = 0A low-to-high transition.
The signal transition that triggers a pin interrupt.
public enum PinEdge
Both = 2Either transition.
Falling = 1A high-to-low transition.
Rising = 0A low-to-high transition.