This commit is contained in:
Ivan Kravets 2019-10-03 11:34:18 +00:00 committed by GitHub
commit e125506bd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
{ {
"name": "PID", "name": "PID",
"version": "1.2.1",
"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", "homepage": "http://playground.arduino.cc/Code/PIDLibrary",
"include": "PID_v1",
"authors": "authors":
[ [
{ {
@ -15,5 +15,6 @@
"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": "*"
} }