GY-63_MS5611/libraries/DS1821/library.json
2023-10-25 20:51:31 +02:00

24 lines
459 B
JSON

{
"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"
},
"version": "0.3.6",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "DS1821.h"
}