GY-63_MS5611/libraries/ACS712/library.json
2023-09-20 19:55:34 +02:00

30 lines
569 B
JSON

{
"name": "ACS712",
"keywords": "ACS712, Current, 5A, 20A, 30A",
"description": "ACS712 library for Arduino. ",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
},
{
"name": "Pete Thompson",
"email": "pete.thompson@yahoo.com",
"maintainer": false
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/ACS712.git"
},
"version": "0.3.8",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "ACS712.h"
}