jperkin / node-rpio

Raspberry Pi GPIO library for node.js
858 stars 124 forks source link

Pi Zero W Compatibility #34

Closed srgustafson8 closed 7 years ago

srgustafson8 commented 7 years ago

As the Pi Zero W has a different hardware revision to the Zero, running rpio fails.

9000c1 is the new rev so I believe 0xc1 is what needs to be added! (Adding it manually to rpio.js seems to work)

jperkin commented 7 years ago

Added, thanks!