changed to board

Signed-off-by: Ebbe Baß <ebbe@ping-mee.de>
master
Ebbe Baß 2022-07-06 18:52:36 +02:00
parent 55747b4228
commit a479630fb3
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import os
import RPi.GPIO as GPIO import RPi.GPIO as GPIO
GPIO.setmode(GPIO.BCM) GPIO.setmode(GPIO.BOARD)
GPIO.setup(22, GPIO.OUT) GPIO.setup(22, GPIO.OUT)