Hi everyone,
i was wondering if there is a best practice for interfacing the GPIO-pins of a system.
In my case i am using an old raspberry pi 1 b+. GPIO access i get via the python-raspberry-gpio library. I ain't too happy about that mostly because i would prefer another programming language than python.
Is there a more "generic" way to access the GPIO-pins or a recommended way? I'm really courious how you guys do it.