2021-01-29 12:31:58 +01:00
|
|
|
{
|
|
|
|
"name": "DS18B20_INT",
|
|
|
|
"keywords": "DS18B20,Dallas,Temperature,sensor,asynchronuous",
|
|
|
|
"description": "Library for DS18B20 restricted to a single sensor per pin. Uses only integer math (no float)",
|
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2021-06-16 10:41:09 +02:00
|
|
|
"url": "https://github.com/RobTillaart/DS18B20_INT.git"
|
2021-01-29 12:31:58 +01:00
|
|
|
},
|
2021-10-17 10:28:36 +02:00
|
|
|
"dependencies":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"owner": "paulstoffregen",
|
|
|
|
"name": "OneWire",
|
|
|
|
"version": "^2.3.5"
|
|
|
|
}
|
|
|
|
],
|
2023-03-06 12:06:39 +01:00
|
|
|
"version": "0.3.0",
|
2021-05-26 13:55:36 +02:00
|
|
|
"license": "MIT",
|
2021-01-29 12:31:58 +01:00
|
|
|
"frameworks": "arduino",
|
2021-12-17 11:26:25 +01:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "DS18B20_INT.h"
|
2021-01-29 12:31:58 +01:00
|
|
|
}
|