From 67096d6002f11acf83b0cfec60ebf65a975a32d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Thu, 14 Jul 2022 11:00:28 +0200 Subject: [PATCH] tes 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 61baa29..8b9cd97 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()