diff --git a/test.py b/test.py index cdf2f10..f6c00c1 100644 --- a/test.py +++ b/test.py @@ -12,4 +12,4 @@ for pin in pins: print(pin) GPIO.setup(pin, GPIO.OUT) GPIO.output(pin, GPIO.LOW) -GPIO.cleanup \ No newline at end of file +GPIO.cleanup() \ No newline at end of file