Commit 6781d9d6 authored by Eric Duminil's avatar Eric Duminil
Browse files

Deviation

parent 597c2220
...@@ -70,7 +70,7 @@ namespace sensor { ...@@ -70,7 +70,7 @@ namespace sensor {
Serial.println(config::auto_calibrate_sensor ? "ON." : "OFF."); Serial.println(config::auto_calibrate_sensor ? "ON." : "OFF.");
} }
//NOTE: should time offset be used to adjust measurement_timestep? //NOTE: should timer deviation be used to adjust measurement_timestep?
void checkTimerDeviation() { void checkTimerDeviation() {
static int32_t previous_measurement_at = 0; static int32_t previous_measurement_at = 0;
int32_t now = millis(); int32_t now = millis();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment