GY-63_MS5611/libraries/INA219/library.json
2023-09-24 11:25:28 +02:00

24 lines
495 B
JSON

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