Skip to content

Releases: adafruit/Adafruit_CircuitPython_LTR329_LTR303

3.0.10 - Update RTD Config

17 Jun 16:18
Compare
Choose a tag to compare

3.0.9 - Use Ruff

15 May 22:13
f3fbb5c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.8...3.0.9

3.0.8 - RTD Sphinx Config

16 Jan 18:57
Compare
Choose a tag to compare

3.0.7 - Fix For Sphinx RTD Theme

07 Oct 22:06
Compare
Choose a tag to compare

3.0.6 - Fixed circup installation instructions

21 Mar 16:32
1ee9128
Compare
Choose a tag to compare

Fixed the circup installation instructions. Thanks @FoamyGuy!

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

To use in CPython, pip3 install adafruit-circuitpython-ltr329-ltr303.

Read the docs for info on how to use it.

3.0.5 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:27
Compare
Choose a tag to compare

Changes: 3.0.4...3.0.5

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

To use in CPython, pip3 install adafruit-circuitpython-ltr329-ltr303.

Read the docs for info on how to use it.

3.0.4 - Fix RTD Theme Issue

25 Sep 15:43
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-ltr329-ltr303.

Read the docs for info on how to use it.

3.0.3 - Updated .pylintrc, fixed jQuery

26 May 15:56
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-LTR329-LTR303.

Read the docs for info on how to use it.

3.0.2 - Added commented out board.STEMMA_I2C with explanation

28 Nov 18:09
a6a1ae2
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-ltr329-ltr303.

Read the docs for info on how to use it.

3.0.1 Set Polarity on Int Pin to False by Default

20 Oct 16:53
00097f8
Compare
Choose a tag to compare

Flipped the polarity in the ltr303_advanced_test to False on the int pin. This keeps the pin High until the interrupt triggers, then drops the pin to Low. Thanks @kattni!

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

To use in CPython, pip3 install adafruit-circuitpython-ltr329-ltr303.

Read the docs for info on how to use it.