-
-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathlibrary.json
More file actions
24 lines (24 loc) · 705 Bytes
/
library.json
File metadata and controls
24 lines (24 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "Tiny Protocol",
"version": "1.1.1",
"description": "Tiny Protocol is layer 2 simple protocol. It is intended to be used for the systems with small amount of resources",
"keywords": "protocol communication protocol-library hdlc-like hdlc arduino microcontroller",
"authors":
{
"name": "Alexey Dynda",
"url": "https://github.com/lexus2k",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/lexus2k/tinyproto"
},
"homepage": "https://github.com/lexus2k/tinyproto",
"export": {
"exclude": [ "docs/*", "unittest/*", "tools/*" ]
},
"frameworks": [ "arduino" ],
"platforms": "*",
"examples": "examples/*/*.ino"
}