Internal_Datalogger but with USB support removed (for MAX40108 Demo board), proof of concept that MAX32625 can be used successfully with VDDB(USB) left unpowered, as long as the USB library is not used.
Dependencies: max32625pico CmdLine
Revision 62:a618b70c4f22, committed 2022-05-12
- Comitter:
- whismanoid
- Date:
- Thu May 12 15:49:35 2022 -0700
- Parent:
- 61:52456e705fa8
- Commit message:
- L@ Datalogger_RunActionTable() fully support math channels; rephrase comment text
Changed in this revision
DataLogger_Internal.cpp | Show annotated file Show diff for this revision Revisions of this file |
mbed_app.json | Show annotated file Show diff for this revision Revisions of this file |
diff -r 52456e705fa8 -r a618b70c4f22 DataLogger_Internal.cpp --- a/DataLogger_Internal.cpp Wed May 11 16:31:40 2022 -0700 +++ b/DataLogger_Internal.cpp Thu May 12 15:49:35 2022 -0700 @@ -5120,7 +5120,7 @@ // no hardware pin available, but useful for containing "# remark" labels for action table //........................................................12345678901234567890 char onButton4_command_table_00[COMMAND_TABLE_COL_MAX] = "# Button4 event"; -char onButton4_command_table_01[COMMAND_TABLE_COL_MAX] = "# WE>0.7:active"; +char onButton4_command_table_01[COMMAND_TABLE_COL_MAX] = "# signal-active"; char onButton4_command_table_02[COMMAND_TABLE_COL_MAX] = ""; char onButton4_command_table_03[COMMAND_TABLE_COL_MAX] = ""; char onButton4_command_table_04[COMMAND_TABLE_COL_MAX] = ""; @@ -5148,7 +5148,7 @@ // no hardware pin available, but useful for containing "# remark" labels for action table //........................................................12345678901234567890 char onButton5_command_table_00[COMMAND_TABLE_COL_MAX] = "# Button5 event"; -char onButton5_command_table_01[COMMAND_TABLE_COL_MAX] = "# WE<0.6:sleep"; +char onButton5_command_table_01[COMMAND_TABLE_COL_MAX] = "# idle-no-signal"; char onButton5_command_table_02[COMMAND_TABLE_COL_MAX] = ""; char onButton5_command_table_03[COMMAND_TABLE_COL_MAX] = ""; char onButton5_command_table_04[COMMAND_TABLE_COL_MAX] = "";
diff -r 52456e705fa8 -r a618b70c4f22 mbed_app.json --- a/mbed_app.json Wed May 11 16:31:40 2022 -0700 +++ b/mbed_app.json Thu May 12 15:49:35 2022 -0700 @@ -4,7 +4,7 @@ "macros": [ "MAX40108_DEMO=9", "BOARD_SERIAL_NUMBER=0", - "FW_REV=61", + "FW_REV=62", "HAS_FLASH_PEEK=1", "HAS_FLASH_POKE=1", "HAS_FLASH_LOAD_SAVE=1"