jperkin / node-rpio

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

RPIO not working with new Raspberry PI 3 Model B+ #67

Closed Benjamin-Willard closed 6 years ago

Benjamin-Willard commented 6 years ago

I get a auto-detect issue where it uses the rasp-model 3 which is fine, however I think they changed how it works as there is now 40 + another 4 down below. We are using the RGB on pins 9, 11, 13, 15. However accordingly to their specifications that it looks relativity the same so I am not sure why it is not working.

Benjamin-Willard commented 6 years ago

Hello I figured out what was wrong, and provided a pull request to help speed the process #68.

I basically ran the command

cat /proc/cpuinfo to get the current Revision of the Raspberry Pi.

jperkin commented 6 years ago

Merged in #68, thanks!