rpi-gpio.js
rpi-gpio.js copied to clipboard
Support GPIO on Raspberry Pi 5
It appears that GPIO has changed with the Raspberry Pi 5. It would be great if you could update this module to support the RPI 5.
As a workaround, you can edit the pin to gpio number table (both the v1 and v2) to change the GPIO numbers. In most cases, the correct thing to do is to add 512.
But this module needs to be rewritten or hacked to rest on top of libgpiod for great justice.
See issue 122.