JamesBarwell / rpi-gpio.js

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

PIN SDA SCL #78

Closed BYT3junk closed 6 years ago

BYT3junk commented 6 years ago

Hi, Can i with rpi-gpio.js read/write GPIO 2 and 3 ? i want to use it for read a MCP3008 regards

JamesBarwell commented 6 years ago

Not as it stands, because the pin configuration for Raspberry Pi models is hardcoded into the module. You could probably have a go at tweaking the code it a bit and see if that works.