mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 17:45:49 +00:00
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"`.
#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