The gpio tag has no wiki summary.
3
votes
0answers
289 views
Set GPIO permissions cleanly
Can the default permissions and ownership of /sys/class/gpio/ files be set, e.g. by configuring udev? The point would be to have a real gid for processes that can access GPIO pins on a board.
Most ...
3
votes
2answers
367 views
Run Python Portio script as normal user without root access
I know there are risks running a root script as a normal user, but in this case I don't have a choice and what I am doing is machine related. I have an Small Board Computer that has GPIO ports and I ...