41 lines
915 B
JSON
41 lines
915 B
JSON
|
{
|
||
|
"name": "DallasTemperature",
|
||
|
"keywords": "onewire, 1-wire, bus, sensor, temperature",
|
||
|
"description": "Arduino Library for Dallas Temperature ICs (DS18B20, DS18S20, DS1822, DS1820)",
|
||
|
"repository":
|
||
|
{
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/milesburton/Arduino-Temperature-Control-Library.git"
|
||
|
},
|
||
|
"authors":
|
||
|
[
|
||
|
{
|
||
|
"name": "Miles Burton",
|
||
|
"email": "miles@mnetcs.com",
|
||
|
"url": "http://www.milesburton.com",
|
||
|
"maintainer": true
|
||
|
},
|
||
|
{
|
||
|
"name": "Tim Newsome",
|
||
|
"email": "nuisance@casualhacker.net"
|
||
|
},
|
||
|
{
|
||
|
"name": "Guil Barros",
|
||
|
"email": "gfbarros@bappos.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Rob Tillaart",
|
||
|
"email": "rob.tillaart@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"dependencies":
|
||
|
{
|
||
|
"name": "OneWire",
|
||
|
"authors": "Paul Stoffregen",
|
||
|
"frameworks": "arduino"
|
||
|
},
|
||
|
"version": "3.7.6",
|
||
|
"frameworks": "arduino",
|
||
|
"platforms": "*"
|
||
|
}
|