Skip to content

Commit 5aa0570

Browse files
committed
Update readme.md
1 parent 09d8421 commit 5aa0570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LightSensors/TCS34725_ColorRead/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TCS34725 Color Read Example
22

3-
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.
3+
This Arduino example, `TCS34725_read` [(click here)](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` [(click here)](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.
44

55
## Circuit
66

0 commit comments

Comments
 (0)