changed wrong pin

Signed-off-by: Ebbe Baß <ebbe@ping-mee.de>
master
Ebbe Baß 2022-07-06 19:01:43 +02:00
parent 547e79c22e
commit 27f73dee18
1 changed files with 1 additions and 1 deletions

View File

@ -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)