Skip to content

Commit 6f7a6a8

Browse files
committed
PlatformIO library.json
1 parent 022d7c2 commit 6f7a6a8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

library.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "PH4502C-Sensor",
3+
"version": "1.0.0",
4+
"description": "Arduino library for PH4502C sensor.",
5+
"keywords": "PH4502C, Water Quality Sensor",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/nthnn/PH4502C-Sensor"
9+
},
10+
"authors": [
11+
{
12+
"name": "nathannestein",
13+
"email": "nathanneisip@gmail.com",
14+
"url": "https://nthnn.github.io/"
15+
}
16+
],
17+
"license": "MIT",
18+
"homepage": "https://github.com/nthnn/PH4502C-Sensor",
19+
"frameworks": "*",
20+
"platforms": "*"
21+
}

0 commit comments

Comments
 (0)