esp-idf-lib icon indicating copy to clipboard operation
esp-idf-lib copied to clipboard

MPU6050 fifo read bug

Open barbiani opened this issue 1 year ago • 0 comments

Hi,

Been trying the libraries and found that:

https://github.com/UncleRus/esp-idf-lib/blob/1abe2e5194b1a45c8878229ad893a058816cdd18/components/mpu6050/mpu6050.c#L1204

should be:

I2C_DEV_CHECK(&dev->i2c_dev, i2c_dev_read_reg(&dev->i2c_dev, MPU6050_REGISTER_FIFO_R_W, data, length));

barbiani avatar Jan 30 '25 01:01 barbiani