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.
Diff: main.cpp
- Revision:
- 47:5b42b9f9d1eb
- Parent:
- 45:f5f553b8c0d5
- Child:
- 48:5731f1aa2c5a
--- 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;