diff --git a/test.py b/test.py index 560ded9..93ee84a 100644 --- a/test.py +++ b/test.py @@ -8,8 +8,5 @@ for pin in pins: print(pin) relay = gpiozero.OutputDevice(pin, active_high=False, initial_value=False) relay.on() - -for pin in pins: - print(pin) - relay = gpiozero.OutputDevice(pin, active_high=False, initial_value=False) + time.sleep(10) relay.off() \ No newline at end of file