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: sensor1_rtd-3w-pt100_config.c
- Revision:
- 6:9d393a9677f4
- Parent:
- 5:0728bde67bdb
- Child:
- 8:2f2775c34640
--- a/sensor1_rtd-3w-pt100_config.c Wed Jun 05 05:39:15 2019 +0000
+++ b/sensor1_rtd-3w-pt100_config.c Sat Jun 15 14:30:49 2019 +0000
@@ -47,14 +47,14 @@
.productId = ADMW_PRODUCT_ID_ADMW1001,
.admw1001 = {
.power = {
- .powerMode = ADMW1001_POWER_MODE_FULL,
+ .powerMode = ADMW1001_POWER_MODE_ACTIVE,
},
.measurement = {
.operatingMode = ADMW1001_OPERATING_MODE_SINGLECYCLE,
.dataReadyMode = ADMW1001_DATAREADY_PER_CYCLE,
},
.channels = {
- [ADMW1001_CHANNEL_ID_SENSOR_1] = {
+ [ADMW1001_CHANNEL_ID_ANALOG_2_DIFFERENTIAL] = {
.enableChannel = true,
.disablePublishing = false,
.compensationChannel = ADMW1001_CHANNEL_ID_NONE,
@@ -68,11 +68,10 @@
.outputLevel = ADMW1001_ADC_EXC_CURRENT_250uA,
},
.filter = {
- .type = ADMW1001_ADC_FILTER_FIR_25SPS,
+ .type = ADMW1001_ADC_FILTER_SINC3,
},
.reference = {
.type = ADMW1001_ADC_REFERENCE_RESISTOR_INTERNAL_1,
- .disableBuffer = false,
},
.enableVbias = false,
},