Releases: adafruit/Adafruit_CircuitPython_LTR329_LTR303
3.0.7 - Fix For Sphinx RTD Theme
Full Changelog: 3.0.6...3.0.7
3.0.6 - Fixed circup installation instructions
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
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
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
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
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
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
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 nowltr303.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
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
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.