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 47:5b42b9f9d1eb, committed 2020-02-06
- Comitter:
- Vkadaba
- Date:
- Thu Feb 06 00:29:29 2020 +0000
- Parent:
- 46:2c697a0cbbed
- Commit message:
- Changed ADMW_CONFIG struct variable name to "measureware_config"
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Jan 20 10:57:56 2020 +0000 +++ b/main.cpp Thu Feb 06 00:29:29 2020 +0000 @@ -56,6 +56,9 @@ extern ADMW_CONFIG multichannel_continuous_config; extern ADMW_CONFIG multichannel_singlecycle_config; extern ADMW_CONFIG i2c0_sensirionSHT3X_config; +/* Use the following config if adding a configuration file from measureware designer*/ +extern ADMW_CONFIG measureware_config; + /* Change the following pointer to select any of the configurations above */ static ADMW_CONFIG *pSelectedConfig = &bridge_4w_load_cell_config;