From 09d8421e176b25357d6f972e959e936810b409a6 Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Sat, 12 Mar 2022 14:39:01 -0500 Subject: [PATCH] Update readme.md --- LightSensors/TCS34725_ColorRead/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LightSensors/TCS34725_ColorRead/readme.md b/LightSensors/TCS34725_ColorRead/readme.md index 68fff4c..5296fb5 100644 --- a/LightSensors/TCS34725_ColorRead/readme.md +++ b/LightSensors/TCS34725_ColorRead/readme.md @@ -1,6 +1,6 @@ # TCS34725 Color Read Example -This Arduino example, `TCS34725_read`[(link)](https://github.com/tigoe/SensorExamples/tree/main/LightSensors/TCS34725_ColorRead/TCS34725_read), 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://github.com/tigoe/SensorExamples/tree/main/LightSensors/TCS34725_ColorRead/ColorDisplayer) can read that string and change its background color with the color value. The Arduino sketch should work on any model of Arduino. +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. ## Circuit