Commit 70a093c3 authored by Aadil M. Alli's avatar Aadil M. Alli

Update 1_template

parent 6d7c206d
......@@ -8,5 +8,13 @@ import time
Ab = AlphaBot2()
# ====================|
# Put your code here |
# ====================|
try:
while True:
time.sleep(1)
except KeyboardInterrupt:
GPIO.cleanup()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment