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

28 lines
525 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",
2020-11-27 05:10:47 -05:00
"url": "https://github.com/RobTillaart/ACS712"
2020-03-19 10:16:52 -04:00
},
2020-11-27 05:10:47 -05:00
"version":"0.2.0",
2020-03-19 10:16:52 -04:00
"frameworks": "arduino",
2020-11-27 05:10:47 -05:00
"platforms": "*"
2020-03-19 10:16:52 -04:00
}