Skip to content

Releases: adafruit/Adafruit_CircuitPython_VEML7700

2.1.5 - Re-enable Internal Interrupt Features

08 Sep 19:56
785f8f6

Choose a tag to compare

What's Changed

  • Revert #31 to re-enable chip-internal interrupt features by @anecdata in #37

Full Changelog: 2.1.4...2.1.5

2.1.4 - Update RTD Config

17 Jun 16:29

Choose a tag to compare

2.1.3 - Use Ruff

15 May 22:24
a90138d

Choose a tag to compare

What's Changed

Full Changelog: 2.1.2...2.1.3

2.1.2 - Updated Resolution Value

11 Feb 21:42
373c5a7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.1...2.1.2

2.1.1 - RTD Sphinx Config

16 Jan 19:20

Choose a tag to compare

2.1.0 Autolux With Correction

03 Jan 21:39
d8708fd

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

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

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

Choose a tag to compare

Change Default Gain to 1/8

26 Feb 20:47
9977ed5

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