rpi-gpio.js icon indicating copy to clipboard operation
rpi-gpio.js copied to clipboard

Support GPIO on Raspberry Pi 5

Open RickBullotta opened this issue 1 year ago • 2 comments

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.

RickBullotta avatar Jan 23 '24 21:01 RickBullotta

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.

nsayer avatar Apr 28 '24 15:04 nsayer

See issue 122.

nsayer avatar Apr 28 '24 15:04 nsayer