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

24 lines
478 B
JSON
Raw Normal View History

2021-05-30 08:22:31 -04:00
{
"name": "INA226",
2021-12-20 02:48:45 -05:00
"keywords": "power,ampere,voltage,volts,current",
2021-05-30 08:22:31 -04:00
"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"
},
2023-05-24 06:54:25 -04:00
"version": "0.4.3",
2021-05-30 08:22:31 -04:00
"license": "MIT",
"frameworks": "arduino",
2021-12-20 02:48:45 -05:00
"platforms": "*",
"headers": "INA226.h"
2021-05-30 08:22:31 -04:00
}