-
-
Notifications
You must be signed in to change notification settings - Fork 11
Support for GPIO monitoring callbacks #23
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgpiod-1.xall related to underlying libgpiod-1.x seriesall related to underlying libgpiod-1.x serieshelp wantedExtra attention is neededExtra attention is neededpin-monitoringwe need to be able to register callbacks for monitor pinswe need to be able to register callbacks for monitor pins
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgpiod-1.xall related to underlying libgpiod-1.x seriesall related to underlying libgpiod-1.x serieshelp wantedExtra attention is neededExtra attention is neededpin-monitoringwe need to be able to register callbacks for monitor pinswe need to be able to register callbacks for monitor pins
I know that GPIO monitoring callbacks is in the roadmap but it would be really great addition. I have tried node-libgpiod with Raspberry Pi 5 4GB (I just needed to change
new Chip(0)tonew Chip(4)) and it works great for setting the outputs but don't know how to do the "monitoring" (like detecting push buttons connected to some GPIO). I am willing to sponsor the addition of the callbacks to the library.