JamesBarwell / rpi-gpio.js

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

Works great on Pi 3 B #70

Closed prichardson closed 6 years ago

prichardson commented 7 years ago

Note you must pass in pin name not pin number. Other library I was using took the GPIO name so I though it was not working at first...

So GPIO 17 is # 11 gpio.setup(11,...);

JamesBarwell commented 6 years ago

Great, cheers for the feedback.

Yes, the pin numbering is very confusing and there are lots of outstanding issues around it which I hope to deal with soon.