GY-63_MS5611/libraries/INA226/library.json
2023-09-24 11:45:01 +02: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.4.4",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "INA226.h"
}