Skip to content

Commit

Permalink
Removed delay
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0ne-guy authored Sep 3, 2024
1 parent 8ff450d commit b018513
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/highres_imu.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ async def get_imu_data():
print(f"Z Mag (gauss): {imu.magnetic_field_frd.down_gauss}")
print(f"Temperature (°C): {imu.temperature_degc}")
print("-----------------------------------------")
await asyncio.sleep(1) # Sleep for a second between each print

if __name__ == "__main__":
loop = asyncio.get_event_loop()
Expand Down

0 comments on commit b018513

Please sign in to comment.