
initial commit
Revision 38:7604d3b44dd5, committed 2019-11-21
- Comitter:
- Vkadaba
- Date:
- Thu Nov 21 09:40:32 2019 +0000
- Parent:
- 37:6acfbb4405cd
- Child:
- 39:e255f52072fc
- Commit message:
- Default config is thermocouple k type
Changed in this revision
i2c0_sensirionSHT3X_config.c | Show annotated file Show diff for this revision Revisions of this file |
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/i2c0_sensirionSHT3X_config.c Thu Nov 21 09:26:54 2019 +0000 +++ b/i2c0_sensirionSHT3X_config.c Thu Nov 21 09:40:32 2019 +0000 @@ -67,7 +67,7 @@ .compensationChannel = ADMW1001_CH_ID_NONE, .measurementUnit = ADMW1001_MEASUREMENT_UNIT_UNSPECIFIED, .measurementsPerCycle = 1, - .extraSettlingTime = 99500.0014663674, + .extraSettlingTime = 15000, .i2cChannelConfig = { .sensor = ADMW1001_I2C_SENSOR_HUMIDITY_B, },
--- a/main.cpp Thu Nov 21 09:26:54 2019 +0000 +++ b/main.cpp Thu Nov 21 09:40:32 2019 +0000 @@ -57,7 +57,7 @@ extern ADMW_CONFIG multichannel_singlecycle_config; extern ADMW_CONFIG i2c0_sensirionSHT3X_config; /* Change the following pointer to select any of the configurations above */ -static ADMW_CONFIG *pSelectedConfig = &rtd_4w_config; +static ADMW_CONFIG *pSelectedConfig = &thermocouple_typeK_cjc0_config; static ADMW_CONNECTION connectionInfo = PLATFORM_CONNECTION_INFO;