Mbed Development branch for MeasrueWare

Revision:
78:2301b7437902
Parent:
75:434d91af4cc7
--- a/thermocouple_typeJ_cjc0_config.c	Thu May 07 08:50:22 2020 +0000
+++ b/thermocouple_typeJ_cjc0_config.c	Fri May 08 09:17:00 2020 +0000
@@ -86,7 +86,7 @@
                     .rtdCurve = ADMW1001_ADC_RTD_CURVE_EUROPEAN,
                     .filter = {
                         .type = ADMW1001_ADC_FILTER_SINC3,
-                        .sf = ADMW1001_SF_8P24HZ,
+                        .sf = ADMW1001_SF_125,
                         .chopMode = ADMW1001_ENABLE_CHOP,
                         .notch1p2 = true
                     },
@@ -111,7 +111,7 @@
                     .gain = ADMW1001_ADC_GAIN_8X,
                     .filter = {
                         .type = ADMW1001_ADC_FILTER_SINC3,
-                        .sf = ADMW1001_SF_8P24HZ,
+                        .sf = ADMW1001_SF_125,
                         .chopMode = ADMW1001_ENABLE_CHOP,
                         .notch1p2 = true
                     },