Releases: adafruit/Adafruit_CircuitPython_TSL2591
Releases · adafruit/Adafruit_CircuitPython_TSL2591
Now checks for overflow
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!
- 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!
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.
Thanks @tannewt for the great work!
Initial release
Initial release for Travis MPY generation.