first commit
This commit is contained in:
29
libraries/ACS712/library.json
Normal file
29
libraries/ACS712/library.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user