-
Hi, #define IMU_USE IMU_USE_SPI_BMI270 // IMU_USE_SPI_BMI270, IMU_USE_SPI_MPU9250, IMU_USE_SPI_MPU6500, IMU_USE_SPI_MPU6000, IMU_USE_I2C_MPU9250, IMU_USE_I2C_MPU9150, IMU_USE_I2C_MPU6500, IMU_USE_I2C_MPU6050, IMU_USE_I2C_MPU6000 Can someone help me out? Thank you ;D |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @MasterLox, You didn't post the compiler error message, but I guess you have to add the i2c address of the sensor:
Change 0x68 to the actual address of your sensor. |
Beta Was this translation helpful? Give feedback.
Hi @MasterLox,
You didn't post the compiler error message, but I guess you have to add the i2c address of the sensor:
#define IMU_I2C_ADR 0x68 //IMU I2C address. If unknown, use CLI 'i2c'
Change 0x68 to the actual address of your sensor.