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: bridge_4w_load_cell_config.c
- Revision:
- 43:e1789b7214cf
- Parent:
- 34:b60ee1e0af2b
- Child:
- 45:f5f553b8c0d5
--- a/bridge_4w_load_cell_config.c Tue Dec 10 09:00:11 2019 +0000
+++ b/bridge_4w_load_cell_config.c Tue Jan 07 05:45:58 2020 +0000
@@ -52,6 +52,7 @@
.measurement = {
.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!!
+ .groundSwitch = ADMW1001_ADC_GND_SW_CLOSED,
.cycleInterval = 0,
.RSenseValue = 1000.0,
},
@@ -84,7 +85,6 @@
.sf = ADMW1001_SF_8P24HZ,
.chopMode = ADMW1001_CHOP_MD_SW,
.notch1p2 = true,
- .groundSwitch = ADMW1001_ADC_GND_SW_CLOSED
},
.reference = ADMW1001_ADC_REFERENCE_VOLTAGE_AVDD,
.bufferBypass = ADMW1001_BUFFER_BYPASSS_DISABLED,