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

Dependencies:   MaximTinyTester MAX11410 CmdLine USBDevice

Revision:
21:498357e216b0
Parent:
20:97dccb1c9b61
Child:
22:3e03687b7e95
--- a/MAX11410.h	Wed Jul 24 23:27:58 2019 -0700
+++ b/MAX11410.h	Thu Jul 25 02:48:42 2019 -0700
@@ -1033,6 +1033,12 @@
     /// reference voltage, in Volts
     double VRef;
 
+    /// shadow of register CMD_r011_1000_dddd_dddd_dddd_dddd_dxxx_dddd_STATUS
+    uint32_t status;
+
+    /// shadow of register CMD_r011_0000_dddd_dddd_dddd_dddd_dddd_dddd_DATA0
+    uint32_t data0;
+
 // CODE GENERATOR: omit global g_MAX11410_device
 
 // CODE GENERATOR: extern function declarations