Browse Source

sensor/si7021: unused variable

master
Maxim Prokhorov 5 years ago
parent
commit
9025a4eb42
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      code/espurna/sensors/SI7021Sensor.h

+ 0
- 1
code/espurna/sensors/SI7021Sensor.h View File

@ -147,7 +147,6 @@ class SI7021Sensor : public I2CSensor {
// When not using clock stretching (*_NOHOLD commands) delay here // When not using clock stretching (*_NOHOLD commands) delay here
// is needed to wait for the measurement. // is needed to wait for the measurement.
// According to datasheet the max. conversion time is ~22ms // According to datasheet the max. conversion time is ~22ms
unsigned long start = millis();
nice_delay(50); nice_delay(50);
// Clear the last to bits of LSB to 00. // Clear the last to bits of LSB to 00.


Loading…
Cancel
Save