From f0b8e62e333d7d0b73abdd9e39cb0aace5c3e780 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 22 Apr 2015 12:27:22 +0100 Subject: [PATCH 1/2] Fix location of source files; add "platforms" field --- library.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/library.json b/library.json index cf2510c..f3e4241 100644 --- a/library.json +++ b/library.json @@ -3,17 +3,15 @@ "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 061b9a49478422121f260af6ee89bc3aec6e808c Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 17 Aug 2016 21:05:20 +0300 Subject: [PATCH 2/2] Update library.json --- library.json | 1 + 1 file changed, 1 insertion(+) diff --git a/library.json b/library.json index f3e4241..da542b2 100644 --- a/library.json +++ b/library.json @@ -1,5 +1,6 @@ { "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",