Vybhav Kadaba / Mbed OS EV-PRO-MW1001_v8225

Files at this revision

API Documentation at this revision

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;