GY-63_MS5611/libraries/DS2438/library.json
2024-01-27 17:16:37 +01:00

32 lines
584 B
JSON

{
"name": "DS2438",
"keywords": "",
"description": "Library for DS2438 1-Wire battery monitor. One device per pin.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/DS2438.git"
},
"dependencies":
[
{
"owner": "paulstoffregen",
"name": "OneWire",
"version": "^2.3.5"
}
],
"version": "0.1.1",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "DS2438.h"
}