Maxim Integrated MAX5719 20-bit, 0.05nV-sec DAC Test program running on MAX32625MBED. Control through USB Serial commands using a terminal emulator such as teraterm or putty.
Dependencies: MaximTinyTester CmdLine MAX5719 USBDevice
Revision 36:5d768b0d40d2, committed 2021-06-30
- Comitter:
- whismanoid
- Date:
- Wed Jun 30 15:45:03 2021 -0700
- Parent:
- 35:eb705b9c219f
- Commit message:
- help string code=? | code=1.234V
Changed in this revision
Test_Menu_MAX5719.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Test_Menu_MAX5719.cpp Wed Jun 23 16:52:28 2021 -0700 +++ b/Test_Menu_MAX5719.cpp Wed Jun 30 15:45:03 2021 -0700 @@ -90,9 +90,9 @@ void MAX5719_menu_help(CmdLine & cmdLine) { cmdLine.serial().printf("\r\n ! -- Init"); - cmdLine.serial().printf("\r\n A code=? -- CODE"); + cmdLine.serial().printf("\r\n A code=?|code=1.234V -- CODE"); cmdLine.serial().printf("\r\n B -- LOAD"); - cmdLine.serial().printf("\r\n C code=? -- CODE_LOAD"); + cmdLine.serial().printf("\r\n C code=?|code=1.234V -- CODE_LOAD"); // cmdLine.serial().printf("\r\n @ -- print MAX5719 configuration"); @@ -286,7 +286,7 @@ case 'A': { // test menu command 'A' handler: - // helpString='A code=? -- CODE' + // helpString='A code=?|code=1.234V -- CODE' // CMD_='None' // CommandName='CODE' // CommandParamIn='uint32_t dacCodeLsbs' @@ -354,7 +354,7 @@ case 'C': { // test menu command 'C' handler: - // helpString='C code=? -- CODE_LOAD' + // helpString='C code=?|code=1.234V -- CODE_LOAD' // CMD_='None' // CommandName='CODE_LOAD' // CommandParamIn='uint32_t dacCodeLsbs'