Skip to content

Commit

Permalink
Update listen
Browse files Browse the repository at this point in the history
  • Loading branch information
seanavery committed May 10, 2024
1 parent 8b61f91 commit 59598c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ g29.set_friction(0.5)

```python
# read
g29.start_pumping() # thread
g29.listen() # thread
while 1:
state = g29.get_state()
print("steering:", state["steering"])
Expand Down

0 comments on commit 59598c8

Please sign in to comment.