jobin-sun / raspberry-gpio-python

Automatically exported from code.google.com/p/raspberry-gpio-python
MIT License
0 stars 0 forks source link

in multiple GPIO events detect only detect minor pin number #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I add two event detect on two pins:

GPIO.add_event_detect(23, GPIO.FALLING, callback=entrada, bouncetime=20)
GPIO.add_event_detect(24, GPIO.FALLING, callback=salida, bouncetime=20)

When the event occur at the same time, only detects the event at pin 23, 
ignoring the event at the same time on the pin 24

Package: python-rpi.gpio
Source: rpi.gpio
Version: 0.5.2a-1

Original issue reported on code.google.com by tecnicoo...@gmail.com on 24 Apr 2013 at 11:30