diff --git a/test.py b/test.py index 586b148..a09a54d 100644 --- a/test.py +++ b/test.py @@ -9,7 +9,7 @@ GPIO.setup(4, GPIO.OUT) GPIO.output(4, GPIO.LOW) time.sleep(1) GPIO.output(4, GPIO.HIGH) - +time.sleep(1) GPIO.cleanup() # def debug_print(message: str):