Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
A
Aadil Work
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Aadil M. Alli
Aadil Work
Commits
1ac3bc6a
Commit
1ac3bc6a
authored
Feb 09, 2023
by
Aadil M. Alli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete 1_right.py
parent
e625585e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
1_right.py
1_right.py
+0
-16
No files found.
1_right.py
deleted
100644 → 0
View file @
e625585e
#!/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
.
right
()
print
(
'right'
)
try
:
while
True
:
time
.
sleep
(
1
)
except
KeyboardInterrupt
:
GPIO
.
cleanup
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment