JamesBarwell / rpi-gpio.js

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

Move to libgpiod #122

Open nsayer opened 4 months ago

nsayer commented 4 months ago

The short version is that gpio numbers on Raspberry Pi OS are no longer zero based.

The longer version is that the entire sysfs interface is being deprecated. rpi-gpio should be rewritten to rest on top of libgpiod.