forked from adafruit/Adafruit_BMP280_Library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
37 lines (37 loc) · 903 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
{
"name": "Sense_BMP280",
"description": "Sense implementation of the Adafruit BMP280 Library",
"keywords": "BMP280",
"authors":
[
{
"name": "Bas Schouten",
"maintainer": true
},
{
"name": "Jeroen van de Vorst"
}
],
"repository": {
"type": "git",
"url": "https://github.com/I-Connect/Sense_BMP280.git"
},
"frameworks": "Arduino",
"platforms": [
"espressif32",
"atmelavr"
],
"build": {
"flags": "-Wno-unused-function"
},
"dependencies": [
{
"name": "Adafruit Unified Sensor",
"version": "Adafruit/Adafruit Unified Sensor@~1.0.3"
},
{
"name": "SenseFramework",
"version": "https://github.com/I-Connect/SenseFramework"
}
]
}