rust-sysfs-gpio icon indicating copy to clipboard operation
rust-sysfs-gpio copied to clipboard

Level-triggered interrupt

Open braincore opened this issue 7 years ago • 1 comments

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.

braincore avatar Aug 03 '18 09:08 braincore

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.

posborne avatar Aug 10 '18 18:08 posborne