From a479630fb3a7daa2f118416f8a36a9ccac59c739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Wed, 6 Jul 2022 18:52:36 +0200 Subject: [PATCH] changed 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 1c59530..ad16973 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) GPIO.setup(22, GPIO.OUT)