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_3w_pt100_config.c
- Revision:
- 37:6acfbb4405cd
- Parent:
- 34:b60ee1e0af2b
- Child:
- 43:e1789b7214cf
diff -r 54e2418e7620 -r 6acfbb4405cd rtd_3w_pt100_config.c
--- a/rtd_3w_pt100_config.c Tue Nov 19 12:10:45 2019 +0000
+++ b/rtd_3w_pt100_config.c Thu Nov 21 09:26:54 2019 +0000
@@ -43,17 +43,19 @@
#include "admw_config_types.h"
ADMW_CONFIG rtd_3w_pt100_config = {
- .versionId = { .major = 2, .minor = 0 },
+ .versionId = { .major = 2, .minor = 0 },
.productId = ADMW_PRODUCT_ID_ADMW1001,
.admw1001 = {
.power = {
.powerMode = ADMW1001_POWER_MODE_ACTIVE,
},
.measurement = {
+ .externalRefVoltage =0.0,
.operatingMode = ADMW1001_OPERATING_MODE_CONTINUOUS,
.dataReadyMode = ADMW1001_DATAREADY_PER_CYCLE, // FIX: Temporarily all values from json are hardcoded to this one in the Contracts.FileGenerator - > file translations!!
.cycleInterval = 0,
.vBiasEnable = false,
+ .RSenseValue = 1000.0,
},
.diagnostics = {
.disableGlobalDiag = true,
@@ -97,4 +99,4 @@
},
},
},
-};
+};
\ No newline at end of file