Skip to content

Commit

Permalink
Sleep more
Browse files Browse the repository at this point in the history
  • Loading branch information
kounocom committed Oct 2, 2024
1 parent 1aae55a commit 73faa41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sensors/softfusion/drivers/icm45686.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ struct ICM45686 {
bool initialize() {
// perform initialization step
i2c.writeReg(Regs::DeviceConfig::reg, Regs::DeviceConfig::valueSwReset);
delay(20);
delay(35);
i2c.writeReg(Regs::Pin9Config::reg, Regs::Pin9Config::value);
i2c.writeReg(Regs::RtcConfig::reg, Regs::RtcConfig::value);
i2c.writeReg(Regs::GyroConfig::reg, Regs::GyroConfig::value);
Expand Down

0 comments on commit 73faa41

Please sign in to comment.