From 0f86259eb5f7796f277c00af81a6735573440604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Thu, 14 Jul 2022 10:57:46 +0200 Subject: [PATCH] added cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test.py b/test.py index a7688d4..586b148 100644 --- a/test.py +++ b/test.py @@ -10,6 +10,8 @@ GPIO.output(4, GPIO.LOW) time.sleep(1) GPIO.output(4, GPIO.HIGH) +GPIO.cleanup() + # def debug_print(message: str): # now = datetime.now() # current_time = now.strftime("%H:%M:%S")