Update version to 1.2.1
This commit is contained in:
parent
9b4ca0e5b6
commit
75f01ab780
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "PID",
|
||||
"version": "1.2.1",
|
||||
"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",
|
||||
"homepage": "http://playground.arduino.cc/Code/PIDLibrary",
|
||||
"authors":
|
||||
[
|
||||
{
|
||||
@ -15,5 +15,6 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/br3ttb/Arduino-PID-Library.git"
|
||||
},
|
||||
"frameworks": "arduino"
|
||||
"frameworks": "arduino",
|
||||
"platforms": "*"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user