PinEventTypes Enum
Namespace: System.Device.Gpio · Assembly: GHIElectronics.TinyCLR.System.Device.Gpio
Edge selector for GpioController change notifications. Same shape as .NET IoT.
public enum PinEventTypes
Fields
| Name | Value | Description |
|---|---|---|
Rising | 1 | Rising edge (low → high). |
Falling | 2 | Falling edge (high → low). |