From ae0e0725d8a2c282e53f0ab506c45f542031be34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Thu, 14 Jul 2022 10:58:13 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 586b148..a09a54d 100644 --- a/test.py +++ b/test.py @@ -9,7 +9,7 @@ GPIO.setup(4, GPIO.OUT) GPIO.output(4, GPIO.LOW) time.sleep(1) GPIO.output(4, GPIO.HIGH) - +time.sleep(1) GPIO.cleanup() # def debug_print(message: str):