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 30:c78466adc502, committed 2019-10-03
- Comitter:
- Vkadaba
- Date:
- Thu Oct 03 09:37:48 2019 +0000
- Parent:
- 29:713c24b07795
- Child:
- 31:8ab5d9a29a9f
- Commit message:
- Setting default config to thermocouple sensor
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Oct 03 09:36:16 2019 +0000 +++ b/main.cpp Thu Oct 03 09:37:48 2019 +0000 @@ -59,7 +59,7 @@ extern ADMW_CONFIG rtd_4w_config; extern ADMW_CONFIG config; /* Change the following pointer to select any of the configurations above */ -static ADMW_CONFIG *pSelectedConfig = &rtd_4w_config; +static ADMW_CONFIG *pSelectedConfig = &sensor0_typeK_cjc0_config; static ADMW_CONNECTION connectionInfo = PLATFORM_CONNECTION_INFO;