hybridgroup / gobot

Golang framework for robotics, drones, and the Internet of Things (IoT)
https://gobot.io
Other
8.89k stars 1.04k forks source link

gpio: fix data race in PIRMotionDriver #1028

Closed gen2thomas closed 11 months ago

gen2thomas commented 11 months ago

Solved issues and/or description of the change

data race in PIRMotionDriver found by go test -race - fixed by rework of driver and its tests

this partially fix https://github.com/hybridgroup/gobot/issues/1017

Manual test

none

Checklist