Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
lucashicks1 committed Oct 17, 2023
1 parent dd7071e commit 9184ed1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build/figurines/microcontroller_comms.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,12 @@ def start_thread():


def main():
"""Main script loop that will attempt to connect to the microcontroller.
If so, it will send data via serial to move the servo motors
"""

global port, connect_status
figurine_status = {}
# figurine_status = {}

connection_count = 0

Expand Down

0 comments on commit 9184ed1

Please sign in to comment.