mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
31 lines
652 B
JSON
31 lines
652 B
JSON
{
|
|
"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",
|
|
"url": "https://github.com/RobTillaart/DS18B20_INT.git"
|
|
},
|
|
"dependencies":
|
|
[
|
|
{
|
|
"owner": "paulstoffregen",
|
|
"name": "OneWire",
|
|
"version": "^2.3.5"
|
|
}
|
|
],
|
|
"version": "0.1.6",
|
|
"license": "MIT",
|
|
"frameworks": "arduino",
|
|
"platforms": "*"
|
|
}
|