Commit 5c352f9d authored by Aadil M. Alli's avatar Aadil M. Alli

Delete 1_forward.py

parent 4b103f5a
#!/usr/bin/python
# -*- coding:utf-8 -*-
import RPi.GPIO as GPIO
from AlphaBot2 import AlphaBot2
from rpi_ws281x import Adafruit_NeoPixel, Color
from TRSensors import TRSensor
import time
Ab = AlphaBot2()
Ab.forward()
print('forward')
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