mirror of
https://github.com/apirrone/Open_Duck_Mini_Runtime.git
synced 2025-09-05 21:47:48 +00:00
5 lines
No EOL
122 B
Python
5 lines
No EOL
122 B
Python
|
|
from mini_bdx_runtime.raw_imu import Imu
|
|
|
|
if __name__ == "__main__":
|
|
imu = Imu(50, calibrate=True, upside_down=False) |