Test program running on MAX32625MBED. Control through USB Serial commands using a terminal emulator such as teraterm or putty.

Dependencies:   MaximTinyTester CmdLine MAX5171 USBDevice

Revision:
24:3ef3dd32c7b5
Parent:
23:abd02fed1ae4
--- a/Test_Menu_MAX5171.cpp	Fri Apr 03 06:27:43 2020 +0000
+++ b/Test_Menu_MAX5171.cpp	Fri May 15 08:38:12 2020 +0000
@@ -137,7 +137,7 @@
         case '@':
         {
                     cmdLine.serial().printf("VRef = ");
-                    cmdLine.serial().printf("%f\r\n", g_MAX5171_device.VRef);
+                    cmdLine.serial().printf("%1.6f\r\n", g_MAX5171_device.VRef);
                     cmdLine.serial().printf("DACCode = ");
                     cmdLine.serial().printf("%d = 0x%4.4x\r\n", g_MAX5171_device.DACCode, g_MAX5171_device.DACCode);
                     return true; // command handled by MAX5171