mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2026-07-24 02:22:16 +00:00
ab61fa9b6d
DistanceSensor currently doesn't work well in Python 2 due to large lags in thread event primitives. The "full" fix will require enhancing the pins API, so this is a temporary patch to provide a fix (at least under RPi.GPIO) until then.