Mbed Development branch for MeasrueWare

Revision:
75:434d91af4cc7
Parent:
74:27a28f452d71
Child:
78:2301b7437902
--- a/thermocouple_typeK_cjc0_config.c	Fri Apr 24 12:04:28 2020 +0000
+++ b/thermocouple_typeK_cjc0_config.c	Tue May 05 09:21:35 2020 +0000
@@ -1,4 +1,3 @@
-
 /*!
  ******************************************************************************
  * @file:   config.c
@@ -83,13 +82,13 @@
                     .sensor = ADMW1001_ADC_SENSOR_RTD_2WIRE_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,
@@ -102,7 +101,7 @@
                 .compensationChannel = ADMW1001_CH_ID_ANLG_1_UNIVERSAL,
                 .lutSelect = ADMW1001_LUT_DEFAULT,
                 .measurementUnit = ADMW1001_MEASUREMENT_UNIT_CELSIUS,
-                .extraSettlingTime = 4.49999986449257,
+                .extraSettlingTime = 0,
                 .lowThreshold = -50,
                 .highThreshold = 250,
                 .measurementsPerCycle = 1,
@@ -114,7 +113,7 @@
                     .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,