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

RuntimeError: Failed to add edge detection #3

Open
changhwanjoe opened this issue Feb 21, 2019 · 0 comments
Open

RuntimeError: Failed to add edge detection #3

changhwanjoe opened this issue Feb 21, 2019 · 0 comments

Comments

@changhwanjoe
Copy link

Hello, I'm trying to use RPi.GPIO on odroid xu4.

I tried to set pin 5 (in BCM) as interrupt request pin, with a code
GPIO.add_event_detect(5, GPIO.RISING, callback=self.handleInterrupt)

but occured an Error
RuntimeError: Failed to add edge detection

I read the README.txt,

Note that the current release does not support SPI, I2C, hardware PWM or serial functionality on the RPi yet.

Did the Error occur because RPi.GPIO-odroid don't have this feature?

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

1 participant