WiringPi / WiringPi-Node

Node.js bindings to wiringPi
334 stars 94 forks source link

Does not work with Raspberry Pi 2 #19

Closed Achronite closed 9 years ago

Achronite commented 9 years ago

Can you please update the package to include gordon's new libraries for WiringPi? I believe you need at least version 24 to enable this to work correctly with the new raspberry Pi 2.

nekuz0r commented 9 years ago

It's in progress, rpi 2 support will be available with v2.1.0

Achronite commented 9 years ago

Excellent - Thanks for the quick reply.

nekuz0r commented 9 years ago

As you can see here : https://github.com/nekuz0r/wiringpi/tree/incoming-v2.25 A new version of the custom libWiringPi will be released in parallel of the node wiring-pi v2.1.0 module

nitram509 commented 9 years ago

I've did a little monkey patching and crafted a wiring-pi fork working on Raspberry Pi 2 with the latest wiringPi code.

This may give @nekuz0r a starting point for migration or helps other people (like @Achronite) as an interim solution, until v.2.1.0 is available.

See my fork for details: https://github.com/nitram509/wiring-pi