Mbed Development branch for MeasrueWare

Revision:
75:434d91af4cc7
Parent:
74:27a28f452d71
Child:
78:2301b7437902
--- a/rtd_4w_config.c	Fri Apr 24 12:04:28 2020 +0000
+++ b/rtd_4w_config.c	Tue May 05 09:21:35 2020 +0000
@@ -69,7 +69,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,
@@ -79,13 +79,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_ON,
+                        .chopMode = ADMW1001_ENABLE_CHOP,
                         .notch1p2 = true
                     },
                     .reference = ADMW1001_ADC_REFERENCE_VOLTAGE_INTERNAL,