Add fast update to HMC5883L (#6669)

This commit is contained in:
mkmer
2024-05-05 18:48:09 -04:00
committed by GitHub
parent f78397c77e
commit 833d31ef7a
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -63,6 +63,7 @@ class HMC5883LComponent : public PollingComponent, public i2c::I2CDevice {
COMMUNICATION_FAILED,
ID_REGISTERS,
} error_code_;
HighFrequencyLoopRequester high_freq_;
};
} // namespace hmc5883l