Releases: adafruit/Adafruit_CircuitPython_VEML7700
2.1.0 Autolux With Correction
2.0.3 - Displayio Example
2.0.2 - Remove References To Unsupported Features
2.0.1 - Fix For Sphinx RTD Theme
Full Changelog: 2.0.0...2.0.1
Change Default Gain to 1/8
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
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
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
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
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
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.