Update main.py

This commit is contained in:
Jordan-Fielding
2022-07-06 11:13:46 +10:00
parent c731847f44
commit 633d5359a3

View File

@@ -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!")