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

24 lines
459 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"name": "DS1821",
"keywords": "DS1821, temperature",
"description": "Arduino library for DS1821 temperature sensor",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/DS1821"
},
2023-10-25 14:51:31 -04:00
"version": "0.3.6",
2021-05-28 07:24:52 -04:00
"license": "MIT",
2023-10-25 14:34:23 -04:00
"frameworks": "*",
"platforms": "*",
"headers": "DS1821.h"
2021-01-29 06:31:58 -05:00
}