Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: rtd_4w_config.c
- Revision:
- 63:6d048b2f3f32
- Parent:
- 62:a5b88f433406
diff -r a5b88f433406 -r 6d048b2f3f32 rtd_4w_config.c
--- 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,