diff --git a/test.py b/test.py index c766581..2700af0 100644 --- a/test.py +++ b/test.py @@ -10,7 +10,7 @@ GPIO.setup(17, GPIO.OUT) GPIO.output(17, GPIO.HIGH) time.sleep(1) GPIO.output(17, GPIO.LOW) -time.sleep(1) +time.sleep(5) GPIO.cleanup() # def debug_print(message: str):