Skip to content

Releases: adafruit/Adafruit_CircuitPython_VEML7700

Change Default Gain to 1/8

26 Feb 20:47
9977ed5
Compare
Choose a tag to compare

This release has changed the inital value for the light gain to be 1/8 which is what the documentation and manufacturer notes mentioned. Any user code accessing the light property could see different values under the same lighting conditions with release 2.0.0 compared to prior releases. If needed you can adjust the light_gain in your user code, although it's recommended to have it set to 1/8 during initialization.

What's Changed

New Contributors

Full Changelog: 1.1.22...2.0.0

1.1.22 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:36
Compare
Choose a tag to compare

Changes: 1.1.21...1.1.22

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-veml7700.

Read the docs for info on how to use it.

1.1.21 - Fix RTD Theme Issue

25 Sep 15:54
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-veml7700.

Read the docs for info on how to use it.

1.1.20 - Updated .pylintrc, fixed jQuery

26 May 15:55
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-VEML7700.

Read the docs for info on how to use it.

1.1.19 - Added commented out board.STEMMA_I2C with explanation

28 Nov 18:04
a6ac3f8
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-veml7700.

Read the docs for info on how to use it.

1.1.18 - Added type annotations

03 Sep 20:48
111487d
Compare
Choose a tag to compare

Added type annotations for this library. Thanks @tcfranks!

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-veml7700.

Read the docs for info on how to use it.

1.1.17 - Made copyright stay up to date in docs/conf.py

26 Aug 02:26
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-veml7700.

Read the docs for info on how to use it.

1.1.16 - Fixed version string

22 Aug 18:54
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-veml7700.

Read the docs for info on how to use it.

1.1.15 - Switched to pyproject.toml

09 Aug 19:32
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-veml7700.

Read the docs for info on how to use it.

1.1.14 - Populate __version__ attribute

23 Jul 04:41
beb0640
Compare
Choose a tag to compare

This library now has the correct version set in the module attribute __version__ when installed from PyPI.

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-veml7700.

Read the docs for info on how to use it.