Skip to content

6.0.0 - Use Property for Motion Detect

Compare
Choose a tag to compare
@FoamyGuy FoamyGuy released this 21 Apr 12:55
· 41 commits to main since this release
92b9af4

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.