From 5252b22fcc7aa5f816e028b9230375e456af6ec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Wed, 6 Jul 2022 18:45:21 +0200 Subject: [PATCH] changed time 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 b1c7f41..9077018 100644 --- a/test.py +++ b/test.py @@ -11,7 +11,7 @@ for pin in pins: GPIO.setup(pin, GPIO.OUT) GPIO.output(10, GPIO.HIGH) -time.sleep(30) +time.sleep(5) GPIO.output(10, GPIO.LOW) GPIO.cleanup \ No newline at end of file