adafruit/Adafruit-Raspberry-Pi-Python-Code

TCS34725 example needs "enable" line

BenjaminLawson opened this issue · 1 comments

The example does not enable the TCS sensor, so when it is run all values are "0". Adding the line tcs.enable() immediately after initialization properly enables the sensor.

Thank you for the Issue!
This library has been deprecated in favor of our python3 Blinka library. We have replaced all of the libraries that use this repo with CircuitPython libraries that are Python3 compatible, and support a wide variety of single board/linux computers!

Visit https://circuitpython.org/blinka for more information

CircuitPython has support for almost 200 different drivers, and a as well as FT232H support for Mac/Win/Linux!