From e776bfa026a75d4807e01e3057336009d38e33d9 Mon Sep 17 00:00:00 2001 From: clplaneguy Date: Thu, 4 Apr 2019 18:29:21 -0500 Subject: [PATCH] Unique name --- PID_v1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PID_v1.h b/PID_v1.h index 9cba046..42851e4 100644 --- a/PID_v1.h +++ b/PID_v1.h @@ -2,7 +2,7 @@ #define PID_v1_h #define LIBRARY_VERSION 1.2.1 -class PID +class PID2 {