diff --git a/test.py b/test.py index b1c7f41..9077018 100644 --- a/test.py +++ b/test.py @@ -11,7 +11,7 @@ for pin in pins: GPIO.setup(pin, GPIO.OUT) GPIO.output(10, GPIO.HIGH) -time.sleep(30) +time.sleep(5) GPIO.output(10, GPIO.LOW) GPIO.cleanup \ No newline at end of file