GY-63_MS5611/libraries/INA219/library.json

24 lines
495 B
JSON
Raw Normal View History

2022-09-07 09:20:03 -04:00
{
"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"
},
2023-09-24 05:25:28 -04:00
"version": "0.1.5",
2022-09-07 09:20:03 -04:00
"license": "MIT",
2023-09-24 05:25:28 -04:00
"frameworks": "*",
2022-09-07 09:20:03 -04:00
"platforms": "*",
"headers": "INA219.h"
}