astro-pi / python-sense-hat

Source code for Sense HAT Python library
https://sense-hat.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
505 stars 253 forks source link

Add support for the TCS34725 colour sensor #115

Closed G3zz closed 2 years ago

G3zz commented 2 years ago

This PR adds support for the TCS34725 colour sensor chip, which is integrated into the newer Sense HATs. It has been used extensively in the past academic year on the ISS, and more recently has been tested on the ground with 32 and 64 bit Bullseye, as well as Buster.

Attempting to read from the sensor using a Sense HAT without one will result in an error, but otherwise nothing should have changed for owners of the old Sense HAT.

For more information on the feature itself, please see the updated docs folder.