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

24 lines
472 B
JSON
Raw Permalink 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"
},
2024-05-28 04:00:28 -04:00
"version": "0.6.0",
2021-05-30 08:22:31 -04:00
"license": "MIT",
2023-09-24 05:45:01 -04:00
"frameworks": "*",
2021-12-20 02:48:45 -05:00
"platforms": "*",
"headers": "INA226.h"
2021-05-30 08:22:31 -04:00
}