JamesBarwell / rpi-gpio.js

Control Raspberry Pi GPIO pins with node.js
MIT License
657 stars 116 forks source link

Switched to Epoll for Listening to Value Changes #16

Closed brandonmartinez closed 9 years ago

brandonmartinez commented 9 years ago

Instead of relying on the file system watch, switched to Epoll (same library used in onoff). Also jslinted and refactored code to meet standards.