-
Posts
0 -
Joined
-
Last visited
Reputation Activity
-
عمدة reacted to martinayotte in GPIO not working for non root
Ok ! I've found the recipe :
chmod 4775 /usr/bin/python If you wish to restrict the security, you should probably copy /usr/bin/python into /usr/bin/python-as-root and doing "chmod 4775 /usr/bin/python-as-root" and running your GPIO python code with this one.