Skip to content

Commit

Permalink
Arduino Lint compliance post-fixes. #1
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Aug 2, 2023
1 parent f3c33d9 commit 6fde9a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,24 +80,24 @@ Here's an overview of the key functions and their roles in the library:

To start using TCS3200 library in your Arduino projects, follow these simple steps:

1. Download the TCS3200 library from the GitHub repository.
1. Download the TCS3200-Color-Sensor library from the GitHub repository.
2. Extract the downloaded archive and rename the folder to "TCS3200".
3. Move the "TCS3200" folder to the Arduino libraries directory on your computer.
- Windows: `Documents\Arduino\libraries\`
- MacOS: `~/Documents/Arduino/libraries/`
- Linux: `~/Arduino/libraries/`

4. Launch the Arduino IDE.
5. Click on `Sketch > Include Library > TCS3200` to include the library in your sketch.
5. Click on `Sketch > Include Library > TCS3200 Color Sensor` to include the library in your sketch.

You are now ready to use TCS3200 library in your Arduino projects! For detailed information about using this library, please refer to the [Documentation](https://nthnn.github.io/TCS3200/).
You are now ready to use TCS3200 library in your Arduino projects! For detailed information about using this library, please refer to the [Documentation](https://nthnn.github.io/TCS3200-Color-Sensor/).

## Examples

To access the examples:

1. Open the Arduino IDE.
2. Click on `File > Examples > TCS3200` to see the list of available examples.
2. Click on `File > Examples > TCS3200 Color Sensor` to see the list of available examples.
3. Upload the example sketch to your Arduino board and see the results in action.

## Contribution and Feedback
Expand Down
8 changes: 4 additions & 4 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name=TCS3200
version=1.0
name=TCS3200 Color Sensor
version=1.0.1
author=nthnn
maintainer=nthnn
sentence=Arduino library for TCS3200 color sensor.
paragraph=
category=Sensors
url=https://github.com/nthnn/TCS3200
repository=https://github.com/nthnn/TCS3200.git
url=https://github.com/nthnn/TCS3200-Color-Sensor
repository=https://github.com/nthnn/TCS3200-Color-Sensor.git
architectures=*

0 comments on commit 6fde9a5

Please sign in to comment.