6.0.0 - Use Property for Motion Detect
This release changes motion detect features to use properties instead of functions. Thank you @tekktrik.
This is a breaking change if you were using get_motion_detect()
or set_motion_detect()
but if you weren't using these specific functions then this change should not affect your usage. If you were using those functions you'll need to update your code to use the motion_detect
property for getting and setting the value.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-vc0706
.
Read the docs for info on how to use it.