This commit is contained in:
Irene-Maxine
2025-09-30 21:27:23 +08:00
58 changed files with 455 additions and 60 deletions

View File

@@ -36,7 +36,7 @@ except Exception as e:
'''IMU-Sensor'''
try :
import qmi8658
onboard_imu = qmi8658.QMI8658(onboard_i2c, 0x6A)
onboard_imu = qmi8658.QMI8658(onboard_i2c)
except Exception as e:
print("Warning: Failed to communicate with QMI8658 (IMU) or",e)