Adding mbed FW version and release notes

Files at this revision

API Documentation at this revision

Comitter:
Vkadaba
Date:
Tue Feb 25 05:34:20 2020 +0000
Parent:
55:38b36e947602
Commit message:
printing incorrect raw values fixed

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed_release.txt Show annotated file Show diff for this revision Revisions of this file
diff -r 38b36e947602 -r 2291d31c0bb9 main.cpp
--- a/main.cpp	Mon Feb 24 08:49:25 2020 +0000
+++ b/main.cpp	Tue Feb 25 05:34:20 2020 +0000
@@ -65,7 +65,7 @@
 extern ADMW_CONFIG measureware_config;
 
 /* Change the following pointer to load or change the configurations  */
-static ADMW_CONFIG *pSelectedConfig = &multichannel_continuous_config;
+static ADMW_CONFIG *pSelectedConfig = &thermocouple_typeK_cjc0_config;
 
 /* use the following to load LUT */
 extern ADMW1001_LUT_DESCRIPTOR *lut_desc_list[];
diff -r 38b36e947602 -r 2291d31c0bb9 mbed_release.txt
--- a/mbed_release.txt	Mon Feb 24 08:49:25 2020 +0000
+++ b/mbed_release.txt	Tue Feb 25 05:34:20 2020 +0000
@@ -1,5 +1,5 @@
 ================================================================================
-=                            Mbed Host Firmware                                 =
+=                            Mbed Host Firmware                                =
 =                                                                              =
 =                              Release notes                                   =
 ================================================================================