Update main.py

This commit is contained in:
Jordan-Fielding
2022-07-08 13:59:48 +10:00
committed by GitHub
parent a6d4a5ae87
commit b329d8a3f9

View File

@@ -23,8 +23,9 @@ def bugmotion():
print("\nProgram Running!")
for i in range(5):
time.sleep(1)
GPIO.output(27, 1)
time.sleep(0.2)
time.sleep(1)
GPIO.output(27, 0)
if i == 5:
break