Adafruit-circuitpython-vc0706

Latest version: v6.0.11

Safety actively analyzes 685670 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

5.0.1

Added type annotations, thanks FoamyGuy!

To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-vc0706`.

Read the [docs](http://circuitpython.readthedocs.io/projects/vc0706/en/latest/) for info on how to use it.

5.0.0

This release changes the argument name for the argument of the `set_motion_detect()` function to `enabled`. Technically this is a breaking change in the specific case where user code passed the argument by name. i.e.
py
vc0706.set_motion_detect(args=True)

would need to change to:
py
vc0706.set_motion_detect(enabled=True)

However any code not specifically passing the argument by name should be unaffected and still work with this version.

To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-vc0706`.

Read the [docs](http://circuitpython.readthedocs.io/projects/vc0706/en/latest/) for info on how to use it.

4.3.1

To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-vc0706`.

Read the [docs](http://circuitpython.readthedocs.io/projects/vc0706/en/latest/) for info on how to use it.

4.3.0

This release enables the motion detection feature of the device with new functions `motion_detected()`, `set_motion_detect()`, and `get_motion_detect()`. Thank you brtchip-tuannguyen

To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-vc0706`.

Read the [docs](http://circuitpython.readthedocs.io/projects/vc0706/en/latest/) for info on how to use it.

4.2.5

To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-vc0706`.

Read the [docs](http://circuitpython.readthedocs.io/projects/vc0706/en/latest/) for info on how to use it.

4.2.4

To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-vc0706`.

Read the [docs](http://circuitpython.readthedocs.io/projects/vc0706/en/latest/) for info on how to use it.

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.