fivdi / pigpio

Fast GPIO, PWM, servo control, state change notification and interrupt handling with Node.js on the Raspberry Pi
MIT License
948 stars 89 forks source link

Raspberry Pi 5 Support #152

Open RicardoVaranda opened 11 months ago

RicardoVaranda commented 11 months ago

Hi Guys just wondering if this is possible and something you are looking into?

fivdi commented 11 months ago

Whether or not the pigpio Node.js library will ever run on a Pi 5 depends on whether or not the underlying pigpio C library is extended to support the Pi 5. Currently the underlying pigpio C library does not support the Pi 5. See https://github.com/joan2937/pigpio/issues/589.