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

30 lines
575 B
JSON
Raw Normal View History

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
},
2022-08-28 03:44:41 -04:00
"version": "0.2.8",
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
}