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.
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 |
--- 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] = "";
--- 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"