mirror of
https://github.com/apirrone/Open_Duck_Mini_Runtime.git
synced 2025-09-03 03:33:54 +00:00
update
This commit is contained in:
parent
5b72401055
commit
8e799fb52a
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ class Imu:
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
imu = Imu(50, calibrate=True, upside_down=False)
|
||||
imu = Imu(50, calibrate=False, upside_down=False)
|
||||
# imu = Imu(50, upside_down=False)
|
||||
while True:
|
||||
data = imu.get_data()
|
||||
|
|
Loading…
Reference in a new issue