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

32 lines
682 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",
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-10-17 04:28:36 -04:00
"dependencies":
[
{
"owner": "paulstoffregen",
"name": "OneWire",
"version": "^2.3.5"
}
],
2023-02-04 07:31:19 -05:00
"version": "0.2.2",
2021-05-26 07:55:36 -04:00
"license": "MIT",
2021-01-29 06:31:58 -05:00
"frameworks": "arduino",
"platforms": "*",
"headers": "DS18B20_INT.h"
2021-01-29 06:31:58 -05:00
}