Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTillaart committed Jun 21, 2024
1 parent 7776805 commit 3b08088
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void test(uint16_t times)
// flush all output
delay(100);
uint32_t start = micros();
sensor.calibrate(100);
sensor.calibrate(times);
uint32_t duration = micros() - start;

// print results
Expand Down

0 comments on commit 3b08088

Please sign in to comment.