Commit aaf0d5d0 authored by Aadil M. Alli's avatar Aadil M. Alli

Update 1_left.py

parent 2ddf168d
...@@ -7,9 +7,10 @@ from TRSensors import TRSensor ...@@ -7,9 +7,10 @@ from TRSensors import TRSensor
import time import time
Ab = AlphaBot2() Ab = AlphaBot2()
Ab.left() Ab.left()
print('left') print('left')
\ No newline at end of file try:
while True:
time.sleep(1)
except KeyboardInterrupt:
GPIO.cleanup()
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