Diaz George / Mbed OS EV-PRO-MW1001_EXTVLTG-Dec18
Revision:
44:c958804b8331
Parent:
38:7604d3b44dd5
--- a/i2c0_sensirionSHT3X_config.c	Wed Dec 18 09:02:47 2019 +0000
+++ b/i2c0_sensirionSHT3X_config.c	Wed Dec 18 09:11:33 2019 +0000
@@ -53,6 +53,8 @@
             .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,
+            .excitationState= ADMW1001_ADC_EXC_STATE_CYCLE_POWER,                
+            .groundSwitch = ADMW1001_ADC_GND_SW_OPEN,          
         },
         .diagnostics = {
             .disableGlobalDiag = true,