From 562c7e17b6fe9cb21673b68d28bf48120b930ba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Wed, 6 Jul 2022 19:22:06 +0200 Subject: [PATCH] changed pin names 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 93ee84a..68d11ae 100644 --- a/test.py +++ b/test.py @@ -2,7 +2,7 @@ import time import os import gpiozero -pins = [8,10,12,16,18,22,24,26] +pins = [14,15,18,23,24,25,8,7] for pin in pins: print(pin)