2021-01-29 06:31:58 -05: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 04:41:09 -04:00
|
|
|
"url": "https://github.com/RobTillaart/DS18B20_INT.git"
|
2021-01-29 06:31:58 -05:00
|
|
|
},
|
2021-06-16 04:41:09 -04:00
|
|
|
"version": "0.1.5",
|
2021-05-26 07:55:36 -04:00
|
|
|
"license": "MIT",
|
2021-01-29 06:31:58 -05:00
|
|
|
"frameworks": "arduino",
|
|
|
|
"platforms": "*"
|
|
|
|
}
|