Files

41 lines
983 B
JSON
Raw Permalink Normal View History

2023-03-17 11:59:21 +00:00
{
"name": "DallasTemperature",
2026-03-20 17:18:15 +00:00
"keywords": "onewire, 1-wire, bus, sensor, temperature, DS18B20, DS18S20, DS1822, DS1820, MAX31850",
"description": "Arduino Library for Dallas Temperature ICs (DS18B20, DS18S20, DS1822, DS1820, MAX31850)",
2023-03-17 11:59:21 +00:00
"repository":
{
"type": "git",
"url": "https://github.com/milesburton/Arduino-Temperature-Control-Library.git"
},
"authors":
[
{
"name": "Miles Burton",
2026-03-20 17:18:15 +00:00
"email": "mail@milesburton.com",
2023-03-17 11:59:21 +00:00
"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":
{
2026-03-20 17:18:15 +00:00
"paulstoffregen/OneWire": "^2.3.5"
2023-03-17 11:59:21 +00:00
},
2026-03-20 17:18:15 +00:00
"version": "4.0.5",
"license": "MIT",
2023-03-17 11:59:21 +00:00
"frameworks": "arduino",
2026-03-20 17:18:15 +00:00
"platforms": "*",
"headers": "DallasTemperature.h"
2023-03-17 11:59:21 +00:00
}