Skip to content

Commit

Permalink
updated ultrasonic function
Browse files Browse the repository at this point in the history
  • Loading branch information
valenmoore committed May 8, 2024
1 parent 879f7a2 commit 515c6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def main():
try:
# last_print = 0
ultras = ar.get_ultrasonic()
simple_check(ultras)
# simple_check(ultras)
while True:
print(ar.get_ultrasonic())
print("done")
Expand Down

0 comments on commit 515c6db

Please sign in to comment.