You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This implementation would be different to gpiozero. gpiozero uses the concept of a SmoothedInputDevice which takes the average of continuous readings to smooth the input, presumably to stop false triggers (although in practice I dont think this really helps, PIRs always being a bit "jittery").
Would it help to add an interrupt request to reduce jitter? I will try this code out and make changes if needed. I'll report back if I can reduce jitter.
I would like to see MotionSensor (PIR sensor) added to picozero similar to MotionSensor on gpiozero.
The text was updated successfully, but these errors were encountered: