node-gpio icon indicating copy to clipboard operation
node-gpio copied to clipboard

Fails to build on Node.js versions above 0.10

Open bergie opened this issue 8 years ago • 2 comments

Node 0.10 is unmaintained, so adding support to newer would be good. Some details in https://github.com/noflo/noflo-gpio/issues/1

bergie avatar Jan 04 '17 19:01 bergie

Hi, thanks for the report. I started updating the C++ to support the new V8 API, thus dropping support for 0.10 and 0.12 which are now deprecated. I got a version compiling and I did some test on a raspberry pi and a LED.

Tasks remaining before publishing:

  • Test all features on RPi + BPi (GPIO/PWM/CapacitiveTouch)
  • Test compilation on different Node.JS versions (I only tested LTS/6.9.3 so far)

If you want to check the progress or run some test yourself, you can pull from the v1 branch

paulvarache avatar Jan 06 '17 16:01 paulvarache

Thanks for this, working great on Node.js 8.x

dscalzi avatar Oct 02 '17 02:10 dscalzi