-
Notifications
You must be signed in to change notification settings - Fork 30
Closed as not planned
Labels
Description
Hey,
I was encountering issues with imu.settings.fifoThreshold when I realized the high byte is commented out in
LSM6DS3.cpp line 849.
//Write the data
writeRegister(LSM6DS3_ACC_GYRO_FIFO_CTRL1, thresholdLByte);
//writeRegister(LSM6DS3_ACC_GYRO_FIFO_CTRL2, thresholdHByte); // <--- Is this expected?
writeRegister(LSM6DS3_ACC_GYRO_FIFO_CTRL3, tempFIFO_CTRL3);
writeRegister(LSM6DS3_ACC_GYRO_FIFO_CTRL4, tempFIFO_CTRL4);
writeRegister(LSM6DS3_ACC_GYRO_FIFO_CTRL5, tempFIFO_CTRL5);Seeed_Arduino_LSM6DS3/LSM6DS3.cpp
Line 849 in b3f118f
| //writeRegister(LSM6DS3_ACC_GYRO_FIFO_CTRL2, thresholdHByte); |
Is this expected?
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done