Internal_Datalogger but with USB support removed (for MAX40108 Demo board), proof of concept that MAX32625 can be used successfully with VDDB(USB) left unpowered, as long as the USB library is not used.

Dependencies:   max32625pico CmdLine

Revision:
16:819c5aaf5271
Parent:
15:37c83ec50ea0
Child:
17:9397ea3ea7e9
--- a/DataLogger_Internal.cpp	Wed Mar 31 19:12:49 2021 -0700
+++ b/DataLogger_Internal.cpp	Wed Apr 14 01:37:08 2021 -0700
@@ -2162,6 +2162,9 @@
 Serial serial(UART0_TX,UART0_RX); // tx,rx UART0 MAX32625PICO: P0_1,P0_0 (pin 19/20)
 //    #define HAS_AUX_SERIAL 1
 //
+// Serial AUXserial(UART1_TX,UART1_RX); // tx,rx UART1 MAX32625PICO: P2_1,P2_0 (underside?)
+//     #define HAS_AUX_SERIAL 1
+//
 // Hardware serial port over DAPLink
 Serial DAPLINKserial(UART2_TX,UART2_RX); // tx,rx UART2 MAX32625PICO: P3_1,P3_0 (DAPLINK)
     #define HAS_DAPLINK_SERIAL 1
@@ -2291,6 +2294,8 @@
     cmdLine.serial().printf(" MAX11410 24-bit 1.9ksps Delta-Sigma ADC");
 #elif APPLICATION_MAX12345 // main_menu_status banner
     cmdLine.serial().printf(" MAX12345");
+#elif MAX40108_DEMO // main_menu_status banner
+    cmdLine.serial().printf(" MAX40108_u9");
 #else
     //cmdLine.serial().printf(" ");
 #endif