added coolddown

Signed-off-by: Ebbe Baß <ebbe@ping-mee.de>
master
Ebbe Baß 2022-07-17 16:51:13 +02:00
parent 934968c934
commit 70e3eae581
1 changed files with 1 additions and 1 deletions

View File

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