-This Arduino example, `TCS34725_read`[(link)](https://raw.githubusercontent.com/tigoe/SensorExamples/main/LightSensors/TCS34725_ColorRead/TCS34725_read/TCS34725_read.ino), reads the color from a TCS34725 color sensor and displays the result on a programmable WS2812 LED (NeoPixel). It also sends the data serially. The Processing sketch called `ColorDisplayer`[(link)](https://raw.githubusercontent.com/tigoe/SensorExamples/main/LightSensors/TCS34725_ColorRead/ColorDisplayer/ColorDisplayer.pde) can read that string and change its background color with the color value. The Arduino sketch should work on any model of Arduino.
0 commit comments