Skip to content
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

On Orange Pi Zero 2W (H618) wiringPiISR() doesn't work #93

Open
X3KT0 opened this issue Nov 17, 2023 · 1 comment
Open

On Orange Pi Zero 2W (H618) wiringPiISR() doesn't work #93

X3KT0 opened this issue Nov 17, 2023 · 1 comment

Comments

@X3KT0
Copy link

X3KT0 commented Nov 17, 2023

When called with wPi pin number (for example, 6), wiringPiISR() calls /usr/bin/gpio with "6" as argv[2] and that fails, because can't put "6" into /sys/class/gpio/export

When called with GPIO pin number (for example, 257, which is the same pin on this board), wiringPiISR() aborts immediately with "wiringPiISR: pin must be 0-63 (257)" message.

@YVDevelop
Copy link

YVDevelop commented Jan 29, 2024

Hello! I also encountered this error on Orange Pi Zero 2 (H616). Did you manage to solve it somehow?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants