We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f43c43 + 548155b commit 2f86fdbCopy full SHA for 2f86fdb
1 file changed
src/F_LSM6DSL.cpp
@@ -17,7 +17,7 @@ int LSM6DSL::init(calData cal, uint8_t address)
17
}
18
19
// Wait up to 100ms for IMU to become ready.
20
- uint8_t IMUWhoAmI = checkReady(IMUAddress, 500);
+ uint8_t IMUWhoAmI = checkReady(IMUAddress, 100);
21
if (!(IMUWhoAmI == LSM6DSL_WHOAMI_DEFAULT_VALUE_A) && !(IMUWhoAmI == LSM6DSL_WHOAMI_DEFAULT_VALUE_B)) {
22
return -1;
23
0 commit comments