Signed-off-by: Ebbe Baß <ebbe@ping-mee.de>
@ -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")