Rpi gpio library not work with dietpi trixie

Isn't this an extra step if you are processing the I/O at the Pi anyway? Of course there are use cases when you want to have one or multiple tiny sensors somewhere remotely, and one central system to process stuff, but otherwise this sounds more like a workaround than a solution.

And which API/library do you use on the microcontroller itself? I imagine there are low-level methods, likely somewhat vendor-specific (prone to same problem the RPis ran into), but otherwise it is probably the very same you'd use on any other Linux system, and can theoretically use on RPi just fine as well?

But makes sense that probably the use cases has shiftet, now that Raspberry Pis have become a lot more powerful (and expensive), being overkill for common GPIO applications. So maybe that went hand in hand with the legacy GPIO API removal.

EDIT: But it explains even less why the plugins that use legacy RPi-only APIs are still actively maintained :smile:.