Skip to content

Commit

Permalink
Arduino Lint compliance post-fixes. #4
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Aug 2, 2023
1 parent e343f30 commit 505ff24
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:

- name: Build Arduino library
run: |
arduino-cli compile --fqbn arduino:avr:mega --library TCS3200-Color-Sensor/ --build-path TCS3200-Color-Sensor/build TCS3200-Color-Sensor/examples/full_example/full_example.ino
arduino-cli compile --fqbn arduino:avr:mega --library TCS3200-Color-Sensor/src --build-path TCS3200-Color-Sensor/build TCS3200-Color-Sensor/examples/full_example/full_example.ino
6 changes: 3 additions & 3 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "TCS3200",
"version": "1.0.0",
"version": "1.0.2",
"description": "Arduino library for TCS3200 color sensor.",
"keywords": "TCS3200, Color Sensor",
"repository": {
"type": "git",
"url": "https://github.com/nthnn/TCS3200"
"url": "https://github.com/nthnn/TCS3200-Color-Sensor"
},
"authors": [
{
Expand All @@ -15,7 +15,7 @@
}
],
"license": "MIT",
"homepage": "https://github.com/nthnn/TCS3200",
"homepage": "https://github.com/nthnn/TCS3200-Color-Sensor",
"frameworks": "*",
"platforms": "*"
}
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=TCS3200-Color-Sensor
version=0.0.2
name=TCS3200-Sensor
version=0.0.3
author=nthnn
maintainer=nthnn
sentence=Arduino library for TCS3200 color sensor.
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 505ff24

Please sign in to comment.