Skip to content

Commit 4a39dd1

Browse files
committed
Updated library information.
1 parent ac76a59 commit 4a39dd1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

library.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Sitron_Labs_PI3USB9281C_Arduino_Library",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Arduino library for the Diodes Incorporated (previously Pericom) PI3USB9281C USB device detection IC.",
55
"keywords": "sitron labs,sitron,labs,arduino,library,i2c,interface,usb,device,charger,detection,pericom,diodes,diodes incorporated,pi3usb9281,pi3usb9281a,pi3usb9281c",
66
"repository": {
@@ -9,7 +9,9 @@
99
},
1010
"frameworks": "arduino",
1111
"platforms": "*",
12-
"dependencies": [],
12+
"dependencies": {
13+
"Wire": "*"
14+
},
1315
"build": {
1416
"includeDir": "src"
1517
}

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=Sitron Labs PI3USB9281C Arduino Library
2-
version=0.1.0
2+
version=0.2.0
33
author=Sitron Labs
44
maintainer=Sitron Labs <[email protected]>
55
sentence=Arduino library for the Diodes Incorporated (previously Pericom) PI3USB9281C USB device detection IC.
66
paragraph=
77
category=Other
88
url=https://github.com/sitronlabs/SitronLabs_Diodes_PI3USB9281C_Arduino_Library
99
architectures=*
10-
depends=
10+
depends=Wire

0 commit comments

Comments
 (0)