From 75f01ab780a95341b323c4a8b5b79c326fca0585 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 3 Oct 2019 14:34:09 +0300 Subject: [PATCH] Update version to 1.2.1 --- library.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index cf2510c..19054f6 100644 --- a/library.json +++ b/library.json @@ -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": "*" }