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 34:d1b4019a1f53, committed 2019-11-19
- Comitter:
 - diazdgeorge
 - Date:
 - Tue Nov 19 10:54:22 2019 +0000
 - Parent:
 - 33:61acebd2957c
 - Commit message:
 - initialized .externalRefVoltage = 0.0 in config
 
Changed in this revision
| sensor0_typeK_cjc0_config.c | Show annotated file Show diff for this revision Revisions of this file | 
--- a/sensor0_typeK_cjc0_config.c	Tue Nov 19 10:40:50 2019 +0000
+++ b/sensor0_typeK_cjc0_config.c	Tue Nov 19 10:54:22 2019 +0000
@@ -53,7 +53,7 @@
             .powerMode = ADMW1001_POWER_MODE_ACTIVE,
         },
         .measurement = {
-            .externalRefVoltage = 2.5,
+            .externalRefVoltage = 0.0,
             .operatingMode = ADMW1001_OPERATING_MODE_CONTINUOUS,
             .dataReadyMode = ADMW1001_DATAREADY_PER_CYCLE, // FIX: Temporarily all values from json are hardcoded to this one in the Contracts.FileGenerator - > file translations!!
             .cycleInterval = 0,