diff --git a/README.md b/README.md index 774afa6..4b02ff5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/library.properties b/library.properties index dbab274..46a1177 100644 --- a/library.properties +++ b/library.properties @@ -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