-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OrangePi One Plus problem with Interrupts and Edge detection #49
Comments
My test is OK! oot@huangarm:/home/huang/test-1# python3 led_s-3.py root@huangarm:/home/huang/test-1# python3 led_s-3.py |
Try run as root, this library uses sysfs which can sometimes create permission issues, if you need to run this as a non root user you can great an access group and add the sysfs folder that is denying you access to it i.e '/sys/class/gpio/gpio67/edge'. In your case if you gave yourself access to the '/sys/class/gpio/gpio67/' folder that should give you access to all the function files within it. |
Conseguiu achar a solução? |
same here on opi zero2 |
I have an issue with events detection in my OrangePi One Plus . I'm running this script as a root user:
The output is:
gpio readall output:
what i'm doing wrong?
Actually I have success with inputs polling method and controlling outputs.
Thank you in advance!!!
The text was updated successfully, but these errors were encountered: