GY-63_MS5611/libraries/DS18B20_INT/library.json

22 lines
504 B
JSON
Raw Normal View History

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",
"url": "https://github.com/RobTillaart/DS18B20_INT"
},
"version":"0.1.3",
"frameworks": "arduino",
"platforms": "*"
}