Skip to content

Commit

Permalink
Merge pull request #3 from akkoyun/01.00.02
Browse files Browse the repository at this point in the history
01.00.02 - Library.json update
  • Loading branch information
akkoyun committed Feb 21, 2022
2 parents cd6c383 + 250a1e6 commit 30302d0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@
"type": "git",
"url": "https://github.com/akkoyun/I2C_Scanner.git"
},
"dependencies":
[
{
"owner": "akkoyun",
"name": "Console"
},
{
"owner": "akkoyun",
"name": "I2C_Functions"
}
],
"examples": [
{
"name": "I2C Device Scanner",
Expand Down
1 change: 1 addition & 0 deletions library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ url=https://github.com/akkoyun/I2C_Scanner
architectures=*
includes=I2C_Scanner.h
types=Arduino
depends=Console, I2C_Functions

0 comments on commit 30302d0

Please sign in to comment.