Skip to content

Releases: adafruit/Adafruit_CircuitPython_TSL2591

I2C Update

23 Aug 18:15
3485f21

Choose a tag to compare

  • Update for removal of stop kwarg. (more info)

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

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

Read the docs for info on how to use it.

Update Travis Badge In Readme

16 Jan 00:43
995c23e

Choose a tag to compare

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

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

Read the docs for info on how to use it.

Now checks for overflow

12 Nov 17:47

Choose a tag to compare

Uses maxCounts to determine if sensor overflowed.

Also update to .pylintrc.

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

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

Read the docs for info on how to use it.

Now on PyPi!

08 Aug 22:04
0fa3c2e

Choose a tag to compare

  • Added setup.py
  • Added PyPI release info to .travis.yml
  • Updated requirements.txt
  • Added a more comprehensive .gitignore

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

To use in CPython, pip install adafruit-circuitpython-tsl2591.

Read the docs for info on how to use it.

More examples!

01 May 18:44
d8fe708

Choose a tag to compare

Thanks to @caternuson for adding examples

To use in CircuitPython, download the .mpy file and copy it to the lib folder on the CIRCUITPY drive. Or, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Documentation update.

20 Feb 20:43
b0a3641

Choose a tag to compare

Thanks @tannewt for the great work!

Initial release

27 Jan 00:00

Choose a tag to compare

Initial release for Travis MPY generation.