From 633d5359a395597fc2eca88047b6642ccbf68eef Mon Sep 17 00:00:00 2001 From: Jordan-Fielding <107819004+Jordan-Fielding@users.noreply.github.com> Date: Wed, 6 Jul 2022 11:13:46 +1000 Subject: [PATCH] Update main.py --- main.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index f2d6ade..fe913f8 100644 --- a/main.py +++ b/main.py @@ -13,7 +13,7 @@ GPIO.setup(22, GPIO.OUT) #LED output pin cwd = os.getcwd() #Sets the Current Working Directory -print("Program Running!") +print("\nProgram Running!") #To stabilize sensor and Camera time.sleep(2) @@ -47,6 +47,10 @@ while True: #Used to turn off the LED GPIO.output(22, 0) + #Used to stabilize Sensor and allow the Camera to refocus + time.sleep(2) + print("\nSystem Ready!") +