added cleanup

Signed-off-by: Ebbe Baß <ebbe@ping-mee.de>
master
Ebbe Baß 2022-07-14 10:57:46 +02:00
parent 28bb98dc1f
commit 0f86259eb5
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ GPIO.output(4, GPIO.LOW)
time.sleep(1)
GPIO.output(4, GPIO.HIGH)
GPIO.cleanup()
# def debug_print(message: str):
# now = datetime.now()
# current_time = now.strftime("%H:%M:%S")