-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
36 lines (36 loc) · 982 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
{
"name": "MAX31856",
"keywords": "MAX31856, thermocouple, SensESP, Signal K, marine, boat, sensor, hardware, embedded, device",
"description": "MAX31856 device support for the SensESP sensor framework",
"repository": {
"type": "git",
"url": "https://github.com/SensESP/MAX31856.git"
},
"authors": [
{
"name": "Matti Airas",
"email": "mairas@iki.fi",
"url": "https://github.com/mairas/",
"maintainer": true
},
{
"name": "Brian Smith",
"url": "https://github.com/ba58smith/"
}
],
"dependencies": [
{
"name": "Adafruit MAX31856 Library",
"owner": "adafruit",
"version": "^1.2.5"
},
{
"name": "SensESP",
"owner": "SignalK",
"version": "^2.0.0"
}
],
"version": "2.0.0",
"frameworks": "arduino",
"platforms": "*"
}