mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
30 lines
575 B
JSON
30 lines
575 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.7",
|
|
"license": "MIT",
|
|
"frameworks": "arduino",
|
|
"platforms": "*",
|
|
"headers": "ACS712.h"
|
|
}
|