-
Notifications
You must be signed in to change notification settings - Fork 487
/
library.json
38 lines (38 loc) · 880 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": "DallasTemperature",
"keywords": "onewire, 1-wire, bus, sensor, temperature",
"description": "Arduino Library for Dallas Temperature ICs (DS18B20, DS18S20, DS1822, DS1820, MAX31850)",
"repository":
{
"type": "git",
"url": "https://github.com/milesburton/Arduino-Temperature-Control-Library.git"
},
"authors":
[
{
"name": "Miles Burton",
"email": "[email protected]",
"url": "http://www.milesburton.com",
"maintainer": true
},
{
"name": "Tim Newsome",
"email": "[email protected]"
},
{
"name": "Guil Barros",
"email": "[email protected]"
},
{
"name": "Rob Tillaart",
"email": "[email protected]"
}
],
"dependencies":
{
"paulstoffregen/OneWire": "^2.3.5"
},
"version": "3.11.0",
"frameworks": "arduino",
"platforms": "*"
}