We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c671b1 commit 84c98f3Copy full SHA for 84c98f3
src/Modulino.h
@@ -417,7 +417,7 @@ class ModulinoDistance : public Module {
417
return NAN;
418
}
419
uint8_t NewDataReady = 0;
420
- uint8_t status = tof_sensor->VL53L4CD_CheckForDataReady(&NewDataReady);
+ tof_sensor->VL53L4CD_CheckForDataReady(&NewDataReady);
421
if (NewDataReady) {
422
tof_sensor->VL53L4CD_ClearInterrupt();
423
tof_sensor->VL53L4CD_GetResult(&results);
0 commit comments