From 27f73dee18b52c016131b9a5da763602ee1adb38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Wed, 6 Jul 2022 19:01:43 +0200 Subject: [PATCH] changed wrong pin 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 ae9327e..7eeca3b 100644 --- a/test.py +++ b/test.py @@ -5,7 +5,7 @@ import RPi.GPIO as GPIO GPIO.setmode(GPIO.BOARD) -pins = [8,10,12,14,18,20,22,24] +pins = [8,10,12,16,18,20,22,24] for pin in pins: print(pin)