Merge 7a5733938c
into c61fb89363
This commit is contained in:
commit
7205e834e2
19
library.json
Normal file
19
library.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "PID",
|
||||
"keywords": "pid, integral, controller, industrial",
|
||||
"description": "A proportional-integral-derivative controller is a control loop feedback mechanism (controller) widely used in industrial control systems",
|
||||
"authors":
|
||||
{
|
||||
"name": "Brett Beauregard",
|
||||
"email": "br3ttb@gmail.com",
|
||||
"url": "https://github.com/br3ttb"
|
||||
},
|
||||
"include": "PID_v1",
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/br3ttb/Arduino-PID-Library.git"
|
||||
},
|
||||
"frameworks": "arduino",
|
||||
"platforms": "atmelavr"
|
||||
}
|
Loading…
Reference in New Issue
Block a user