Files
python-gpiozero/gpio_components
Dave Jones 065b5aa40d Draft of a queue implementation for MotionSensor
This is a quick *untested* implementation of a background threaded
queue for `MotionSensor`. The optional *queue_len* is the number of
values to store in the queue, *sample_rate* is the number of times per
second to query the motion sensor, and if *partial* is False (the
default) then the `motion_detected` property won't return anything until
the queue has been filled.
2015-09-15 16:02:16 +01:00
..
2015-09-15 08:43:13 +01:00
2015-09-15 08:43:13 +01:00