Skip to content

Releases: adafruit/Adafruit_CircuitPython_TCS34725

Updated lux and color temperature.

17 Dec 22:51
3ae895c
Compare
Choose a tag to compare
  • lux and color_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

27 Nov 17:02
3300a31
Compare
Choose a tag to compare
  • 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.

04 Oct 23:39
f82f166
Compare
Choose a tag to compare
  • 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!

07 Aug 23:15
35ccbff
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-tcs34725.

Read the docs for info on how to use it.

Sphinx update.

21 Feb 04:06
a305a54
Compare
Choose a tag to compare

Thanks to @brentru-2 for the great work!

Updated with lint and autobundling!

20 Dec 01:06
1df793a
Compare
Choose a tag to compare

Thanks to @tannewt for the great work!

2.0 Release for CircuitPython 2.x

05 Dec 01:41
Compare
Choose a tag to compare

Initial release with MPY binary for CircuitPython 2.x.