Skip to content

Releases: adafruit/Adafruit_CircuitPython_TSL2561

3.3.3 - Remove old PyLint Directive

25 Aug 23:19
27875af

Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-tsl2561.

Read the docs for info on how to use it.

3.3.2 - Fixed README badge

01 Jul 15:15
0f747d7

Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-tsl2561.

Read the docs for info on how to use it.

3.3.1 - Added Black check, reran Black with Python 3 target.

10 Apr 17:37
e2e95d2

Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-tsl2561.

Read the docs for info on how to use it.

3.3.0 - Upgrade to latest Pylint, implement Black formatting

20 Mar 15:13
4b9778b

Choose a tag to compare

We have upgraded Pylint checks to use the latest version of Pylint and implemented usage of Black Python formatting. This does not change the functionality of the code - it is designed to bring it up to current standards and make it more readable.

  • Remove pinned Pylint version number from build.yml file
  • Synced .pylintrc file to match Adafruit standard
  • Ran upgraded Pylint and applied any changes or new disables necessary
  • Ran Black formatter and allowed application of changes across entire repo

For more information on using Pylint and Black on your code, check out this guide on working with Pylint and Black

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

To use in CPython, pip3 install adafruit-circuitpython-tsl2561.

Read the docs for info on how to use it.

3.2.4 - Update intersphinx link

05 Feb 13:33
c6524a8

Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-tsl2561.

Read the docs for info on how to use it.

3.2.3 - Changed CI from Travis to GitHub Actions

22 Jan 15:32

Choose a tag to compare

This release includes:

  • Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.

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

To use in CPython, pip3 install adafruit-circuitpython-tsl2561.

Read the docs for info on how to use it.

Remove stop kwarg and use write_then_readinto

23 Aug 18:14
83342b0

Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-tsl2561.

Read the docs for info on how to use it.

Update example

18 Jun 16:43
4a54d59

Choose a tag to compare

  • Patch example to add delay after enable.

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

To use in CPython, pip3 install adafruit-circuitpython-tsl2561.

Read the docs for info on how to use it.

Thresholds and Interrupt

07 Feb 01:08
511d8f6

Choose a tag to compare

  • Add threshold functionality

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

To use in CPython, pip3 install adafruit-circuitpython-tsl2561.

Read the docs for info on how to use it.

Update to README, return float for lux

15 Jan 00:23
e7c7f0f

Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-tsl2561.

Read the docs for info on how to use it.