rust-sysfs-gpio
rust-sysfs-gpio copied to clipboard
Level-triggered interrupt
The PinPoller interface appears to only support edge-triggered interrupts. Are there any plans to support level-triggering? It's the same code but without hardcoding the EPOLLET flag.
That's a good idea; I'll leave this open as a tracking ticket for adding that support. Let me know if you would like to take a shot at proposing a new interface that supports this.