From 82dc633305d1f0b8b0953f0057ba676f29ad0ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Wed, 6 Jul 2022 19:16:00 +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, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index cdf2f10..f6c00c1 100644 --- a/test.py +++ b/test.py @@ -12,4 +12,4 @@ for pin in pins: print(pin) GPIO.setup(pin, GPIO.OUT) GPIO.output(pin, GPIO.LOW) -GPIO.cleanup \ No newline at end of file +GPIO.cleanup() \ No newline at end of file