Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
removing prints
Browse files Browse the repository at this point in the history
  • Loading branch information
jposada202020 committed Jun 9, 2023
1 parent 5ce2572 commit 16f8a9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions micropython_icm20948/icm20948.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,7 @@ def __init__(self, i2c, address=_REG_WHOAMI):
self.gyro_full_scale = FS_500_DPS

self.acc_data_rate_divisor = 22
print("ACC Data rate Divisor", self.acc_data_rate_divisor)
self.gyro_data_rate_divisor = 10
print("ACC data rate", self.acc_data_rate)

@property
def clock_select(self):
Expand Down

0 comments on commit 16f8a9e

Please sign in to comment.