-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
38 lines (38 loc) · 877 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
{
"name": "OrigoSmokeDetector",
"description": "{ is an open-source library for catching alarm signals from Housegard Origo interconnected smoke detectors.",
"keywords": "communication,alarm,housegard,origo,smoke,detector,gateway,hub,RF,433MHz,arduino,esp8266,esp32",
"license": "Apache-2.0",
"authors":
{
"name": "Fred Larsen",
"email": "[email protected]",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/fredilarsen/OrigoSmokeDetector.git"
},
"version": "4.0",
"examples": [
"examples/*/*.ino",
"examples/*/*/*.ino",
"examples/*/*/*/*.ino"
],
"frameworks": "arduino",
"dependencies": {
"PJON" : ">=13.0",
},
"platforms":
[
"atmelavr",
"atmelsam",
"espressif8266",
"esp32",
"teensy"
],
"build" : {
"flags": "-std=c++11"
}
}