added cooldown

Signed-off-by: Ebbe Baß <ebbe@ping-mee.de>
master
Ebbe Baß 2022-07-17 17:14:09 +02:00
parent c167def191
commit bea803b86f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ GPIO.setup(4, GPIO.OUT)
GPIO.output(4, GPIO.HIGH)
time.sleep(1)
GPIO.output(4, GPIO.LOW)
time.sleep(1)
time.sleep(5)
GPIO.cleanup()
# def debug_print(message: str):