GY-63_MS5611/libraries/INA228/library.json
2024-05-17 15:28:15 +02:00

24 lines
494 B
JSON

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