I am using a Raspberry Pi 1B to count some pulses on one of the GPIO pins,
using Python script. This script runs fine on an older version of Tumbleweed,
namely 20160625.
When I run my script on the current version, 20180502, it throws an error
message:
GPIO.add_event_detect(PIN, GPIO.FALLING, callback=cb, bouncetime=100)
RuntimeError: Failed to add edge detection
I found a message from Frank Kunz about using the pins via sysfs, of which I
have the feeling this related. Maybe not!
The solution that was mentioned was installing the pinmux driver. However I
can't find such a thing.
--
fr.gr.
member openSUSE
Freek de Kruijf
--
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]