You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use this library on a OrangePi 3 LTS board. When I try to run blink example it works fine. But when I try to run isr-osc example I get this error:
gpio: Unable to open GPIO edge interface for pin 1: Permission denied
wiringPiISR: unable to open /sys/class/gpio/gpio121/value: No such file or directory
If I run isr-osc example with root I get same error
sudo ./isr-osc
What is the promlem?
The text was updated successfully, but these errors were encountered:
Olejan
changed the title
gpio permition denied
gpio permission denied
Feb 1, 2024
I use this library on a OrangePi 3 LTS board. When I try to run
blink
example it works fine. But when I try to runisr-osc
example I get this error:If I run
isr-osc
example with root I get same errorsudo ./isr-osc
What is the promlem?
The text was updated successfully, but these errors were encountered: