Vybhav Kadaba / Mbed OS EV-PRO-MW1001_Development_code_cleaup
Revision:
63:6d048b2f3f32
Parent:
62:a5b88f433406
--- a/rtd_4w_config.c	Wed Apr 08 10:05:08 2020 +0000
+++ b/rtd_4w_config.c	Thu Apr 09 12:01:25 2020 +0000
@@ -68,7 +68,7 @@
                 .compensationChannel = ADMW1001_CH_ID_NONE,
                 .lutSelect = ADMW1001_LUT_DEFAULT,
                 .measurementUnit = ADMW1001_MEASUREMENT_UNIT_CELSIUS,
-                .extraSettlingTime = 4.49999986449257,
+                .extraSettlingTime = 0,
                 .lowThreshold = -50,
                 .highThreshold = 250,
                 .measurementsPerCycle = 1,
@@ -78,13 +78,13 @@
                     .sensor = ADMW1001_ADC_SENSOR_RTD_4WIRE_PT100,
                     .gain = ADMW1001_ADC_GAIN_1X,
                     .current = {
-                        .outputLevel = ADMW1001_ADC_EXC_CURRENT_500uA,
+                        .outputLevel = ADMW1001_ADC_EXC_CURRENT_250uA,
                     },
                     .rtdCurve = ADMW1001_ADC_RTD_CURVE_EUROPEAN,
                     .filter = {
                         .type = ADMW1001_ADC_FILTER_SINC3,
                         .sf = ADMW1001_SF_8P24HZ,
-                        .chopMode = ADMW1001_CHOP_MD_SW,
+                        .chopMode = ADMW1001_CHOP_MD_ON,
                         .notch1p2 = true
                     },
                     .reference = ADMW1001_ADC_REFERENCE_VOLTAGE_INTERNAL,