From 10322e2d0cb3e8433b9bc13e7e4bf9e80b0cf6c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Wed, 6 Jul 2022 19:15:44 +0200 Subject: [PATCH] test 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 deletions(-) diff --git a/test.py b/test.py index 2616042..cdf2f10 100644 --- a/test.py +++ b/test.py @@ -12,6 +12,4 @@ for pin in pins: print(pin) GPIO.setup(pin, GPIO.OUT) GPIO.output(pin, GPIO.LOW) - time.sleep(float(0.5)) - GPIO.output(pin, GPIO.LOW) GPIO.cleanup \ No newline at end of file