From 53c13621fe7731958e3abb45d8b4d39ae67a7a0b Mon Sep 17 00:00:00 2001 From: EggMan20339 <99349302+EggMan20339@users.noreply.github.com> Date: Thu, 9 May 2024 20:11:39 -0400 Subject: [PATCH] changes --- Register.py => RegisterKey.py | 0 main.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Register.py => RegisterKey.py (100%) 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)