Skip to content

Releases: adafruit/Adafruit_CircuitPython_VEML7700

2.1.0 Autolux With Correction

03 Jan 21:39
d8708fd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.3...2.1.0

2.0.3 - Displayio Example

03 Jan 20:01
a08de09
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.2...2.0.3

2.0.2 - Remove References To Unsupported Features

08 Oct 12:20
386669d
Compare
Choose a tag to compare

What's Changed

  • Remove interrupt support (no interrupt on chip or breakout) by @anecdata in #31

New Contributors

Full Changelog: 2.0.1...2.0.2

2.0.1 - Fix For Sphinx RTD Theme

07 Oct 22:23
Compare
Choose a tag to compare

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.