From 7125d2fd03b81e7188096b0817339e7a82c5e785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Wed, 6 Jul 2022 18:57:12 +0200 Subject: [PATCH] changed mode to board 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 9b2c157..de3fcd1 100644 --- a/test.py +++ b/test.py @@ -3,7 +3,7 @@ import os import RPi.GPIO as GPIO -GPIO.setmode(GPIO.BCM) +GPIO.setmode(GPIO.BOARD) pins = [8,10,12,14,18,20,22,24]