From 547e79c22e1ba7a8e26f4264d41091b7e561f657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Wed, 6 Jul 2022 18:59:29 +0200 Subject: [PATCH] changed shit 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, 1 insertion(+), 3 deletions(-) diff --git a/test.py b/test.py index c31d01d..ae9327e 100644 --- a/test.py +++ b/test.py @@ -9,8 +9,6 @@ pins = [8,10,12,14,18,20,22,24] for pin in pins: print(pin) - GPIO.setup(pin, GPIO.OUT) - GPIO.output(pin, GPIO.LOW) - time.sleep(1) + GPIO.setup(pin, GPIO.OUT) GPIO.output(pin, GPIO.HIGH) GPIO.cleanup \ No newline at end of file