fivdi / epoll

A low-level Node.js binding for the Linux epoll API
MIT License
84 stars 13 forks source link

Refactor interrupts per second example #11

Closed fivdi closed 9 years ago

fivdi commented 9 years ago

The Linux 3.13 kernel dropped support for detecting changes on GPIO output pins per hardware interrupt.

The interrupts per second example currently relies on this feature and needs to be refactored to use an alternative technique.

fivdi commented 9 years ago

The interrupts per second example was refactored with 0bb6e73356520208b883d2b334ece9f2006f67dd