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: sensor0_rtd-2w-pt100_config.c
- Revision:
- 25:c5bff546082f
- Parent:
- 23:2adb6216b001
- Child:
- 27:567abf893938
- Child:
- 28:4eb837cd71df
diff -r 5a2272a25ff1 -r c5bff546082f sensor0_rtd-2w-pt100_config.c
--- a/sensor0_rtd-2w-pt100_config.c Mon Jan 22 17:40:50 2018 +0000
+++ b/sensor0_rtd-2w-pt100_config.c Wed Mar 07 00:58:50 2018 +0000
@@ -43,11 +43,10 @@
ADI_SENSE_CONFIG sensor0_rtd_2w_pt100_config = {
.versionId = { .major = 1, .minor = 4 },
- .productId = ADI_SENSE_PRODUCT_ID_1000,
+ .productId = ADI_SENSE_PRODUCT_ID_ADSNS1000,
.adisense1000 = {
.power = {
.powerMode = ADI_SENSE_1000_POWER_MODE_FULL,
- .supplyVoltage = 3.3,
},
.measurement = {
.operatingMode = ADI_SENSE_1000_OPERATING_MODE_SINGLECYCLE,
@@ -71,7 +70,6 @@
.gain = ADI_SENSE_1000_ADC_GAIN_8X,
.current = {
.outputLevel = ADI_SENSE_1000_ADC_EXC_CURRENT_250uA,
- .swapOption = ADI_SENSE_1000_ADC_EXC_CURRENT_SWAP_NONE,
},
.filter = {
.type = ADI_SENSE_1000_ADC_FILTER_FIR_25SPS,