ADC logging with demo drive board for calibration ADC read synchronised with heater on time

Dependencies:   mbed MODSERIAL FastPWM ADS8568_ADC

Revision:
30:d2b897a07f51
Parent:
29:06235c37746a
Child:
31:d459d6c38e78
--- a/main.cpp	Thu Oct 10 16:23:47 2019 +0000
+++ b/main.cpp	Thu Oct 10 16:58:51 2019 +0000
@@ -92,7 +92,7 @@
         }
     }
     
-    if (i_board != -1) pc.printf("Drive board: Board %d\n",drive_board_serial_number[i_board]);
+    if (i_board != -1) pc.printf("Drive board: Board %d   ADC measurement: Sync to heater pulse, 50us delay\n",drive_board_serial_number[i_board]);
     else pc.printf("Drive board UID match not found\n");
 
     pc.printf("iStep,      eTime,         I1,         V1,     R1_adc,     R1_ohm,         I2,         V2,     R2_adc,     R2_ohm\n");