From c167def19199bb45d75f98ca30d30f098d34f3e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sun, 17 Jul 2022 17:11:04 +0200 Subject: [PATCH] changed pin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- test.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test.py b/test.py index 0cb4942..f2ff708 100644 --- a/test.py +++ b/test.py @@ -10,7 +10,7 @@ GPIO.setup(4, GPIO.OUT) GPIO.output(4, GPIO.HIGH) time.sleep(1) GPIO.output(4, GPIO.LOW) -time.sleep(5) +time.sleep(1) GPIO.cleanup() # def debug_print(message: str): @@ -36,7 +36,7 @@ GPIO.cleanup() # error_print("Unknown state for relay ("+state+")") # while True: -# relay_controller(7, "True") +# relay_controller(4, "True") # time.sleep(2) -# relay_controller(7, "False") +# relay_controller(4, "False") # time.sleep(2) \ No newline at end of file