From 40b46394d37853d575167eb81af8f9bcc4dd47b9 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 17 Aug 2016 21:05:29 +0300 Subject: [PATCH 1/2] Add version field --- library.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/library.json b/library.json index cf2510c..da542b2 100644 --- a/library.json +++ b/library.json @@ -1,19 +1,18 @@ { "name": "PID", + "version": "1.1.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", "authors": - [ - { - "name": "Brett Beauregard" - } - ], + { + "name": "Brett Beauregard" + }, "repository": { "type": "git", "url": "https://github.com/br3ttb/Arduino-PID-Library.git" }, - "frameworks": "arduino" + "frameworks": "arduino", + "platforms": "atmelavr" } From cc2077018ba1f91655d89c80e8f524ef84b3b44a Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 10 Nov 2017 12:58:50 +0200 Subject: [PATCH 2/2] Update library.json --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index da542b2..d37cb1b 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "PID", - "version": "1.1.1", + "version": "1.2.0", "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",