File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -230,11 +230,11 @@ def stop_periodic_measurement(self):
230
230
231
231
def start_periodic_measurement (self ):
232
232
"""Put sensor into working mode, about 5s per measurement"""
233
- self ._send_command (_SCD4X_STARTPERIODICMEASUREMENT , cmd_delay = 0.01 )
233
+ self ._send_command (_SCD4X_STARTPERIODICMEASUREMENT )
234
234
235
235
def start_low_periodic_measurement (self ):
236
236
"""Put sensor into low power working mode, about 30s per measurement"""
237
- self ._send_command (_SCD4X_STARTLOWPOWERPERIODICMEASUREMENT , cmd_delay = 0.01 )
237
+ self ._send_command (_SCD4X_STARTLOWPOWERPERIODICMEASUREMENT )
238
238
239
239
def persist_settings (self ):
240
240
"""Save temperature offset, altitude offset, and selfcal enable settings to EEPROM"""
You can’t perform that action at this time.
0 commit comments