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