Fix location of source files; add "platforms" field
This commit is contained in:
parent
d46dded42d
commit
f0b8e62e33
@ -3,17 +3,15 @@
|
|||||||
"keywords": "PID, controller, signal",
|
"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).",
|
"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",
|
"url": "http://playground.arduino.cc/Code/PIDLibrary",
|
||||||
"include": "PID_v1",
|
|
||||||
"authors":
|
"authors":
|
||||||
[
|
|
||||||
{
|
{
|
||||||
"name": "Brett Beauregard"
|
"name": "Brett Beauregard"
|
||||||
}
|
},
|
||||||
],
|
|
||||||
"repository":
|
"repository":
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/br3ttb/Arduino-PID-Library.git"
|
"url": "https://github.com/br3ttb/Arduino-PID-Library.git"
|
||||||
},
|
},
|
||||||
"frameworks": "arduino"
|
"frameworks": "arduino",
|
||||||
|
"platforms": "atmelavr"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user