forked from gioblu/PJON
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
42 lines (42 loc) · 916 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "PJON",
"description": "PJON is an open-source, multi-master, multi-media network protocol stack",
"homepage": "https://www.pjon.org",
"keywords": "communication, bus, protocol, network, multi, master, media",
"license": "Apache-2.0",
"authors":
{
"name": "Giovanni Blu Mitolo",
"email": "[email protected]",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/gioblu/PJON.git"
},
"version": "10.1",
"examples": [
"examples/*/*/*/*/*.ino",
"examples/*/*/*/*/*.h",
"examples/*/*/*/*/*/*.ino",
"examples/*/*/*/*/*/*.h",
"examples/*/*/*/*/*/*/*.ino",
"examples/*/*/*/*/*/*/*.h"
],
"frameworks": [
"arduino",
"wiringpi"
],
"platforms": [
"atmelavr",
"atmelsam",
"espressif8266",
"teensy",
"linux_x86_64",
"windows_x86"
],
"build" : {
"flags": "-std=c++11"
}
}