orangepi_PC_gpio_pyH3
orangepi_PC_gpio_pyH3 copied to clipboard
Interrupts python RPI GPIOstyle
Hi,
do you have any way of working with interrupts like you do in RPi GPIO?
GPIO.add_event_detect(channel, GPIO.RISING)
Thanks. \Marco
@maco1717 : In the meantime, I found this OPi.GPIO module : https://opi-gpio.readthedocs.io/en/stable/api-documentation.html, it does the job for me
Thank you very much! I'll give it a go.
Unfortunately, the OPi.GPIO uses the sysfs
interface and does not support internal pull-up/down resistors. How to solve this?