diff --git a/Register.py b/RegisterKey.py similarity index 100% rename from Register.py rename to RegisterKey.py diff --git a/main.py b/main.py index 39cb69c..bbd0dac 100644 --- a/main.py +++ b/main.py @@ -326,7 +326,7 @@ while True: GPIO.output(greenLed, GPIO.HIGH) GPIO.output(door, GPIO.HIGH) - time.sleep(1) + time.sleep(0.1) GPIO.output(greenLed, GPIO.LOW)