changed shit

Signed-off-by: Ebbe Baß <ebbe@ping-mee.de>
master
Ebbe Baß 2022-07-06 18:59:29 +02:00
parent 40fae8aa14
commit 547e79c22e
1 changed files with 1 additions and 3 deletions

View File

@ -10,7 +10,5 @@ pins = [8,10,12,14,18,20,22,24]
for pin in pins:
print(pin)
GPIO.setup(pin, GPIO.OUT)
GPIO.output(pin, GPIO.LOW)
time.sleep(1)
GPIO.output(pin, GPIO.HIGH)
GPIO.cleanup