Skip to content

Commit 0474b7e

Browse files
committed
Platformio library description added.
1 parent 56bc47b commit 0474b7e

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": "vscp-arduino",
3+
"version": "0.8.0",
4+
"keywords": "vscp, arduino-library, vscp-arduino, automation, home automation",
5+
"description": "Very Simple Control Procotol (VSCP) Level 1 Library for the arduino IDE.",
6+
"repository":
7+
{
8+
"type": "git",
9+
"url": "https://github.com/BlueAndi/vscp-arduino"
10+
},
11+
"authors":
12+
[
13+
{
14+
"name": "Andreas Merkle",
15+
"email": "vscp@blue-andi.de",
16+
"maintainer": true
17+
}
18+
],
19+
"frameworks": "arduino",
20+
"platforms": "*"
21+
}

0 commit comments

Comments
 (0)