diff --git a/rasp_grid.py b/rasp_grid.py index 341df8e..c2310a5 100644 --- a/rasp_grid.py +++ b/rasp_grid.py @@ -268,6 +268,7 @@ def main(): LED_status[0] = True while GPIO.input(Button1_pin) == GPIO.LOW: sleep(.1) + sleep(2) GPIO.output(LED1_pin, GPIO.LOW) LED_status[0] = False