GY-63_MS5611/libraries/INA226/library.json
2023-12-04 16:25:49 +01:00

24 lines
472 B
JSON

{
"name": "INA226",
"keywords": "power,ampere,voltage,volts,current",
"description": "Arduino library for INA226 power sensor",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/INA226.git"
},
"version": "0.5.0",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "INA226.h"
}