From 443a42753197bc4889bb1606f417d1c956d90129 Mon Sep 17 00:00:00 2001 From: clplaneguy Date: Fri, 5 Apr 2019 06:17:51 -0500 Subject: [PATCH] Update library.properties --- library.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library.properties b/library.properties index b35a18c..7e938b1 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ -name=PID +name=PID2 version=1.2.2 author=Brett Beauregard -maintainer=Brett Beauregard +maintainer=r2d2orc2po@yahoo.com sentence=PID controller paragraph=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). -category=Signal Input/Output +category=Input/Output url=http://playground.arduino.cc/Code/PIDLibrary architectures=*