From 1785439d1ebac549ae51dd7f43da50a6effb1752 Mon Sep 17 00:00:00 2001 From: clplaneguy Date: Fri, 5 Apr 2019 10:33:28 -0500 Subject: [PATCH] Back to the original --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index 6c3df1a..cd5cfb0 100644 --- a/library.json +++ b/library.json @@ -3,7 +3,7 @@ "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", + "include": "PID_v1", "authors": [ {