Files
ESPEasy/lib/Adafruit_TCS34725
TD-er d2644b2da7 [Cleanup] Do not use F-macro for short strings
Got rid of a few kB in the binary image by removing F-macro from numerous 1 or 2 character flash strings.
These very short strings take more space in flash and memory when using the F-macro.

Also appending to a string using a `'a'` character definition takes less resources compared to a one-character string `"a"`.
2018-11-04 01:27:42 +01:00
..

#Adafruit TCS34725 Color Sensor Driver #

This driver is for the Adafruit TCS34725 Breakout. ------> http://www.adafruit.com/products/1334

About this Driver

These modules use I2C to communicate, 2 pins are required to
interface

Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!

Written by Kevin (KTOWN) Townsend for Adafruit Industries. BSD license, check license.txt for more information All text above must be included in any redistribution

To download. click the ZIP button in the top bar, and check this tutorial for instructions on how to install: http://learn.adafruit.com/adafruit-all-about-arduino-libraries-install-use