sparkfun / SparkFun_SCD30_Arduino_Library

An Arduino library for the SCD30 NDIR CO2 sensor.
Other
84 stars 47 forks source link

Disable ASC (Auto Self Calibration) per default #22

Closed ghost closed 3 years ago

ghost commented 3 years ago

According to the documentation (chapter 1.3.6) ASC is disabled by default in the sensor.

I think it is verry misleading, when the library will turn it on by default. When not specifing anything else, it should behave like documenated by SENSIRION.

https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library/blob/42f08eb1078743ef1b5abe612ddbed4bc12376c5/src/SparkFun_SCD30_Arduino_Library.h#L72-L74

nseidle commented 3 years ago

Agreed. Removing.

nseidle commented 3 years ago

Should be done.