GY-63_MS5611/libraries/INA226/library.json
2023-05-24 12:54:25 +02:00

24 lines
478 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.3",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "INA226.h"
}