Skip to content

Releases: adafruit/Adafruit_CircuitPython_TSL2591

Now checks for overflow

12 Nov 17:47
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Thanks @tannewt for the great work!

Initial release

27 Jan 00:00
Compare
Choose a tag to compare

Initial release for Travis MPY generation.