From 4c8238444f64af09c9f55b0a830710460675b851 Mon Sep 17 00:00:00 2001 From: elena Date: Sat, 4 Nov 2023 13:55:38 +0100 Subject: [PATCH] Update src/PID.py --- src/PID.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PID.py b/src/PID.py index 64058ea..625a24a 100644 --- a/src/PID.py +++ b/src/PID.py @@ -1,7 +1,7 @@ ''' Created on Tue Jan 9 2018 -@author: jan +@author: elena ''' import time