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: MaximTinyTester MAX11410 CmdLine USBDevice
Diff: Test_Menu_MAX11410.cpp
- Revision:
- 28:d2ee1c57ff81
- Parent:
- 19:8f951e448ab1
- Child:
- 29:7d0bc70036be
--- a/Test_Menu_MAX11410.cpp Thu Jul 25 16:48:57 2019 -0700 +++ b/Test_Menu_MAX11410.cpp Thu Jul 25 17:30:02 2019 -0700 @@ -154,6 +154,9 @@ case 'c': case 'C': { // recommended for hex command codes C0..CF + // cmdLine.serial().printf("\r\n CV ch=? ainp=? ainn=? pga=? -- (future) Voltage configuration"); + // cmdLine.serial().printf("\r\n CT -- (future) Thermocouple configuration"); + // cmdLine.serial().printf("\r\n CR -- (future) Resistive Temperature Device (RTD) configuration"); } break; case 'd': case 'D': @@ -171,6 +174,41 @@ // recommended for hex command codes F0..FF } break; + // case 'g': case 'G': + // case 'h': case 'H': + // case 'i': case 'I': + // case 'j': case 'J': + // case 'k': case 'K': + // case 'l': case 'L': + case 'm': case 'M': + { + // cmdLine.serial().printf("\r\n MV -- (future) Voltage measurement"); + // cmdLine.serial().printf("\r\n MT -- (future) Thermocouple measurement"); + // cmdLine.serial().printf("\r\n MR -- (future) RTD measurement"); + } + break; + // case 'n': case 'N': + // case 'o': case 'O': + // case 'p': case 'P': + // case 'q': case 'Q': + case 'r': case 'R': + { + // cmdLine.serial().printf("\r\n R reg=? -- (future) read register"); + } + break; + case 's': case 'S': + { + // cmdLine.serial().printf("\r\n S -- (future) read status register"); + } + break; + // case 't': case 'T': + // case 'u': case 'U': + // case 'v': case 'V': + case 'w': case 'W': + { + // cmdLine.serial().printf("\r\n W reg=? data=? -- (future) write register"); + } + break; case 'x': case 'X': { }