orangepi-xunlong / wiringOP

wiringPi for Orange Pi
GNU Lesser General Public License v3.0
394 stars 189 forks source link

The wiringPiISR function does not work!!!! #111

Open s-ramezani-t opened 2 months ago

s-ramezani-t commented 2 months ago

I am using an Orange Pi 4 LTS and the input lag is very important. When using the wiringPiISR function, I see the following error message:

gpio: Unable to open GPIO direction interface for pin 10: No such file or directory wiringPiISR: unable to open /sys/class/gpio/gpio55/value: No such file or directory

Is there a way?

zhaosj98 commented 2 weeks ago

118 refer to this issue

czf0613 commented 2 weeks ago

You can take a look at the #119 PR. It's a simple solution. Just wait for merge request.