Skip to content

Commit

Permalink
Add stub to step counter for simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewWilkes committed Jun 16, 2024
1 parent 2e932fd commit 576b20d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sim/fakes/imu.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ def pressure_read() -> Tuple[float, float]:
Returns current pressure in Pa and temperature in degree C.
"""
return (7.0, 8.0)


def step_counter_read() -> int:
return 1337

0 comments on commit 576b20d

Please sign in to comment.