Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
MajicDesigns committed Jan 1, 2017
1 parent d2b57a5 commit e8a7c9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@ The TCS230 is a color light-to-frequency converter on single CMOS integrated cir

A PDF file in the library folder explains the use of sensor with the library.

This library has a dependency on the *FreqCount* library for frequency counting (included in the download). *Please read the setup information in the FreqCount header file or its distribution web site*, as the type of Arduino that you are running will determine which pin should be used for connecting to the sensor's output pin. _This is the most commonly asked question once the library is downloaded, so read the documentation and avoid frustration!_
This library has a dependency on the *FreqCount* library for frequency counting (https://github.com/PaulStoffregen/FreqCount). *Please read the setup information in the FreqCount header file or its distribution web site*, as the type of Arduino that you are running will determine which pin should be used for connecting to the sensor's output pin. _This is the most commonly asked question once the library is downloaded, so read the documentation and avoid frustration!_

Library example code includes:
* Simple blocking read from the sensor
Expand Down
1 change: 1 addition & 0 deletions library.properties
Expand Up @@ -7,3 +7,4 @@ paragraph=Read the RGB value of colors under the sensor. Example code and docume
category=Sensors
url=https://github.com/MajicDesign/TCS230
architectures=*
includes=MD_TCS230.h,FreqCount.h

0 comments on commit e8a7c9e

Please sign in to comment.