JamesBarwell / rpi-gpio.js

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

README suggestion #40

Closed johngrabner closed 6 years ago

johngrabner commented 8 years ago

GPIO5 is on pin 29.

"Please note that there are two different and confusing ways to reference a channel; either using the Raspberry Pi or the BCM/SoC naming schema (sadly, neither of which match the physical pins!). This module supports both schemas, with Raspberry Pi being the default. Please see this page for more details."

The above does not help me figure out if I should use 5 or 29 since the raspberry documentation refers to pin29 as GPIO5.