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: i2c0_sensirionSHT3X_config.c
- Revision:
- 51:e013f4d2fb9a
- Parent:
- 45:f5f553b8c0d5
--- a/i2c0_sensirionSHT3X_config.c Mon Feb 17 11:23:39 2020 +0000
+++ b/i2c0_sensirionSHT3X_config.c Fri Mar 06 17:03:18 2020 +0000
@@ -57,7 +57,7 @@
.diagnostics = {
.disableGlobalDiag = true,
.disableMeasurementDiag = true,
- .osdFrequency = 0,
+ .osdFrequency = ADMW1001_OPEN_SENSOR_DIAGNOSTICS_DISABLED,
},
.channels = {
[ADMW1001_CH_ID_DIG_I2C_0] = {
@@ -67,7 +67,7 @@
.compensationChannel = ADMW1001_CH_ID_NONE,
.measurementUnit = ADMW1001_MEASUREMENT_UNIT_UNSPECIFIED,
.measurementsPerCycle = 1,
- .extraSettlingTime = 15,
+ .extraSettlingTime = 15000,
.i2cChannelConfig = {
.sensor = ADMW1001_I2C_SENSOR_HUMIDITY_B,
},