From d1c0de7b2bb05642d6ac50acfd95c44ff09f0de6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Thu, 14 Jul 2022 11:00:13 +0200 Subject: [PATCH] test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.py b/test.py index 8b9cd97..61baa29 100644 --- a/test.py +++ b/test.py @@ -9,8 +9,8 @@ GPIO.setup(4, GPIO.OUT) GPIO.output(4, GPIO.HIGH) time.sleep(1) GPIO.output(4, GPIO.LOW) -time.sleep(1) -GPIO.cleanup() +# time.sleep(1) +# GPIO.cleanup() # def debug_print(message: str): # now = datetime.now()