24 lines
501 B
JSON
Raw Normal View History

2022-09-07 15:20:03 +02: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"
},
2022-11-14 17:31:55 +01:00
"version": "0.1.2",
2022-09-07 15:20:03 +02:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "INA219.h"
}