We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef9d16 commit 2a2c2cfCopy full SHA for 2a2c2cf
src/components/i2c/drivers/WipperSnapper_I2C_Driver_QMC5883P.cpp
@@ -25,8 +25,8 @@ bool WipperSnapper_I2C_Driver_QMC5883P::begin() {
25
return false;
26
}
27
28
- // Set to normal mode
29
- _qmc->setMode(QMC5883P_MODE_NORMAL);
+ // Set to continuous mode
+ _qmc->setMode(QMC5883P_MODE_CONTINUOUS);
30
// Set ODR (Output Data Rate) to 50Hz
31
_qmc->setODR(QMC5883P_ODR_50HZ);
32
// Set OSR (Over Sample Ratio) to 4
0 commit comments