Vybhav Kadaba / Mbed OS EV-PRO-MW1001_MWARE1832

Files at this revision

API Documentation at this revision

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;