Releases: adafruit/Adafruit_CircuitPython_TCS34725
Updated lux and color temperature.
lux
andcolor_temperature
are now provided via Application Note: DN40-Rev 1.0 – Lux and CCT
Calculations using ams Color Sensors.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-tcs34725
.
Read the docs for info on how to use it.
RGB Fixes
- Resolve divide by zero and 8-bit overflow conditions.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-tcs34725
.
Read the docs for info on how to use it.
Add color property.
- Adds a color property that complies with style guide.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-tcs34725
.
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-tcs34725
.
Read the docs for info on how to use it.
Sphinx update.
Thanks to @brentru-2 for the great work!
Updated with lint and autobundling!
Thanks to @tannewt for the great work!
2.0 Release for CircuitPython 2.x
Initial release with MPY binary for CircuitPython 2.x.