when github was adding a hash to the library download zip, there was confusion from beginners about needing to rename the unzipped folder before moving into the arduino ide. this library has been prepped (thijse) for the arduino library manager, which requires the library to be in the root directory. Having the library in the manager also removes the "beginner user hash" concern.
20 lines
549 B
JSON
20 lines
549 B
JSON
{
|
|
"name": "PID",
|
|
"keywords": "PID, controller, signal",
|
|
"description": "A PID controller seeks to keep some input variable close to a desired setpoint by adjusting an output. The way in which it does this can be 'tuned' by adjusting three parameters (P,I,D).",
|
|
"url": "http://playground.arduino.cc/Code/PIDLibrary",
|
|
"include": "PID_v1",
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Brett Beauregard"
|
|
}
|
|
],
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/br3ttb/Arduino-PID-Library.git"
|
|
},
|
|
"frameworks": "arduino"
|
|
}
|