forked from Erriez/ErriezBMX280
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
28 lines (28 loc) · 870 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
{
"name": "ErriezBMX280",
"version": "1.0.1",
"keywords": "arduino, library, bmp280, bme280, i2c, temperature, pressure, humidity, sensor, altitude, hpa, high-resolution, continues-mode, one-time-mode, low-power, build-scripts, documentation, examples",
"description": "BMP280 / BME280 temperature / pressure / altitude / humidity sensor library for Arduino.",
"homepage": "https://github.com/Erriez/ErriezBMX280",
"license": "MIT",
"authors":
{
"name": "Erriez",
"url": "https://github.com/Erriez",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/Erriez/ErriezBMX280.git",
"branch": "master"
},
"frameworks": "arduino",
"platforms":
[
"atmelavr",
"atmelsam",
"espressif8266",
"espressif32"
]
}