PlatformIO-based manifest file
Web: http://platformio.ikravets.com/#!/lib/show/Arduino-PID Docs: http://docs.platformio.ikravets.com/en/latest/librarymanager/index.html
This commit is contained in:
parent
d21d7e3d09
commit
d4a93e74d3
17
library.json
Normal file
17
library.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "Arduino-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",
|
||||
"author":
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user