JamesBarwell / rpi-gpio.js

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

Pin usage #80

Open ifrane opened 6 years ago

ifrane commented 6 years ago

Using the rpi-gpio.js library is it possible to write to BCM pins 2 & 3 (physical pins 3 & 5 respectively)?

I can read from BCM3, my code results in errors when writing to BCM2. In examples i've seen people seem to avoid the SDA (BCM2) and SCL (BCM3).

Thanks