mirror of
https://github.com/brendanhaines/ECEN5458_Project.git
synced 2024-11-09 21:14:47 -07:00
remove name conflict
This commit is contained in:
parent
5aaf2f90d7
commit
51927d38b9
|
@ -125,8 +125,8 @@ def control_thread():
|
||||||
print()
|
print()
|
||||||
|
|
||||||
|
|
||||||
t = threading.Thread(target=control_thread)
|
control_thread = threading.Thread(target=control_thread)
|
||||||
t.start()
|
control_thread.start()
|
||||||
|
|
||||||
|
|
||||||
# servos = ServoKit(channels=16).continuous_servo
|
# servos = ServoKit(channels=16).continuous_servo
|
||||||
|
|
Loading…
Reference in New Issue
Block a user