From 71e47598f03c8d4435c6f67e20a5122ac1eafe04 Mon Sep 17 00:00:00 2001 From: clplaneguy Date: Thu, 4 Apr 2019 19:12:26 -0500 Subject: [PATCH] Update PID_v1.cpp --- PID_v1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PID_v1.cpp b/PID_v1.cpp index 600e163..a403c12 100644 --- a/PID_v1.cpp +++ b/PID_v1.cpp @@ -1,5 +1,5 @@ /********************************************************************************************** - * Arduino PID Library - Version 1.2.1 + * Arduino PID Library - Version 1.2.2 * by Brett Beauregard brettbeauregard.com * * This Library is licensed under the MIT License