We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f460a3 commit ba77566Copy full SHA for ba77566
1 file changed
light_water.py
@@ -20,7 +20,7 @@ def loop():
20
GPIO.output(pin, GPIO.HIGH)
21
22
def destroy():
23
- GPIO.cleanup()
+ GPIO.cleanup()
24
25
if __name__ == '__main__':
26
print('Program starting..')
0 commit comments