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 43:68c4d36dbfce, committed 2019-12-18
- Comitter:
- Vkadaba
- Date:
- Wed Dec 18 06:28:06 2019 +0000
- Parent:
- 42:c9c5a22e539e
- Commit message:
- default config is K-type thermocouple
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Dec 10 09:00:11 2019 +0000 +++ b/main.cpp Wed Dec 18 06:28:06 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;