Skip to content

Releases: adafruit/Adafruit_CircuitPython_LTR329_LTR303

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.

3.0.0 Fixes Property Spelling and Changes Advanced Test Polarity

19 Oct 22:01
e9bc113
Compare
Choose a tag to compare

Fixed spelling errors and increased specificity for some variables and property names. Additionally flipped the polarity in the ltr303_advanced_test to True to work with attaching an LED to the int pin to see when it is triggered. Thanks @kattni!

Variables changed:

  • ltr303.int_persistance is now ltr303.int_persistence

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.

2.0.0 - Removed visible_light property

04 Oct 21:07
c70c7c7
Compare
Choose a tag to compare

Removed the visible_light property, which was not functioning correctly. Thanks @caternuson!

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.

1.0.4 - Updated RTD subproject slug

30 Aug 01:04
db0b566
Compare
Choose a tag to compare

Updated the RTD subproject slug.

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.

1.0.3 - Deleted build artifact

30 Aug 00:55
8af9154
Compare
Choose a tag to compare

Deleted extraneous build artifact from repository.

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.