From 892e2fdc8bc90f91b9e19217a8d7440d68679410 Mon Sep 17 00:00:00 2001 From: Jordan-Fielding <107819004+Jordan-Fielding@users.noreply.github.com> Date: Tue, 5 Jul 2022 16:17:56 +1000 Subject: [PATCH] Update main.py --- main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 1033691..4970594 100644 --- a/main.py +++ b/main.py @@ -22,7 +22,7 @@ while True: #Waits for Motion from PIR Sensor pir.wait_for_motion() - print("Bug detected") + print("\nBug detected!") #Turns on the LED Flash GPIO.output(22, 1) @@ -47,6 +47,8 @@ while True: #Used to turn off the LED GPIO.output(22, 0) + + print("\nBug Not Detected! - System Ready! ")