-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathlibrary.json
41 lines (41 loc) · 924 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
{
"name": "ModuleInterface",
"description": "ModuleInterface is an open-source library for simplifying data exchange between devices",
"keywords": "communication,protocol,synchronization,database,web page,network,MQTT,PJON,arduino,esp8266,esp32",
"license": "Apache-2.0",
"authors":
{
"name": "Fred Larsen",
"email": "[email protected]",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/fredilarsen/ModuleInterface.git"
},
"version": "4.0",
"examples": [
"examples/*/*.ino",
"examples/*/*/*.ino",
"examples/*/*/*/*.ino"
],
"frameworks": "arduino",
"dependencies": {
"PJON" : ">=13.0",
"ArduinoJson" : ">=6.0.0"
},
"platforms":
[
"atmelavr",
"atmelsam",
"espressif8266",
"esp32",
"teensy",
"linux_x86_64",
"windows_x86"
],
"build" : {
"flags": "-std=c++11"
}
}