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.
Revision 21:8e00425b8096, committed 2019-09-11
- Comitter:
- Vkadaba
- Date:
- Wed Sep 11 08:45:10 2019 +0000
- Parent:
- 20:f94859dd2ca0
- Child:
- 22:2835e9e9f59f
- Commit message:
- A minor change in main.cpp
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Sep 11 08:37:22 2019 +0000 +++ b/main.cpp Wed Sep 11 08:45:10 2019 +0000 @@ -47,8 +47,6 @@ #include "common/platform.h" #include "admw1001/ADMW1001_REGISTERS.h" - - extern ADMW_CONFIG sensor0_typeK_cjc0_config; extern ADMW_CONFIG sensor1_rtd_3w_pt100_config; extern ADMW_CONFIG sensor2_typeT_cjc0_config; @@ -60,9 +58,8 @@ extern ADMW_CONFIG multichannel_singlecycle_config; extern ADMW_CONFIG sensor2_bridge_4w_load_cell_config; extern ADMW_CONFIG config; -extern ADMW_CONFIG multichannel_thermocoupleAndHumidity; /* Change the following pointer to select any of the configurations above */ -static ADMW_CONFIG *pSelectedConfig = &multichannel_thermocoupleAndHumidity; +static ADMW_CONFIG *pSelectedConfig = &sensor0_typeK_cjc0_config; static ADMW_CONNECTION connectionInfo = PLATFORM_CONNECTION_INFO;