JamesBarwell / rpi-gpio.js

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

Pre-built modules #90

Closed tracker1 closed 5 years ago

tracker1 commented 6 years ago

Would be nice to see prebuilt modules instead of needing to compile on limited hardware every time...

see node-pre-gyp

JamesBarwell commented 5 years ago

Looks cool, but is this within scope of this module? It looks like something that the epoll module would need to support rather than this one.