Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tigoe committed Mar 12, 2022
1 parent 09d8421 commit 5aa0570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LightSensors/TCS34725_ColorRead/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TCS34725 Color Read Example

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.
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.

## Circuit

Expand Down

0 comments on commit 5aa0570

Please sign in to comment.