2020-03-19 10:16:52 -04:00
|
|
|
{
|
|
|
|
"name": "ACS712",
|
|
|
|
"keywords": "ACS712, Current, 5A, 20A, 30A",
|
|
|
|
"description": "ACS712 library for Arduino. ",
|
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
2020-11-27 05:10:47 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Pete Thompson",
|
|
|
|
"email": "pete.thompson@yahoo.com",
|
|
|
|
"maintainer": false
|
2020-03-19 10:16:52 -04:00
|
|
|
}
|
2020-11-27 05:10:47 -05:00
|
|
|
|
2020-03-19 10:16:52 -04:00
|
|
|
],
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2021-06-24 08:41:36 -04:00
|
|
|
"url": "https://github.com/RobTillaart/ACS712.git"
|
2020-03-19 10:16:52 -04:00
|
|
|
},
|
2023-01-18 07:43:31 -05:00
|
|
|
"version": "0.3.5",
|
2021-05-28 08:16:25 -04:00
|
|
|
"license": "MIT",
|
2020-03-19 10:16:52 -04:00
|
|
|
"frameworks": "arduino",
|
2021-12-01 08:20:22 -05:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "ACS712.h"
|
2020-03-19 10:16:52 -04:00
|
|
|
}
|