GY-63_MS5611/libraries/INA3221_RT/library.json
2024-04-18 12:14:40 +02:00

24 lines
512 B
JSON

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