diff --git a/test.py b/test.py index 8b9cd97..61baa29 100644 --- a/test.py +++ b/test.py @@ -9,8 +9,8 @@ GPIO.setup(4, GPIO.OUT) GPIO.output(4, GPIO.HIGH) time.sleep(1) GPIO.output(4, GPIO.LOW) -time.sleep(1) -GPIO.cleanup() +# time.sleep(1) +# GPIO.cleanup() # def debug_print(message: str): # now = datetime.now()