adafruit / Adafruit_CircuitPython_SCD30

Helper library for the SCD30 e-CO2 sensor
MIT License
15 stars 10 forks source link

Remove default ASC enable #10

Closed caternuson closed 3 years ago

caternuson commented 3 years ago

Revert to sensor default, which is Auto-Self Calibration (ASC) disabled. The ASC feature has various requirements the sensor must comply with to work successfully. See: https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/9.5_CO2/Sensirion_CO2_Sensors_SCD30_Field_Calibration.pdf for more information.

So probably best to not have this not turned ON by default.