TEST_CODE_ApplyTo2V1_API

Dependencies:   SDFileSystem max32630fthr USBDevice

Revision:
4:217334c3a5b2
Parent:
3:35b05d91568d
--- a/main.cpp	Mon Jun 22 05:27:48 2020 +0000
+++ b/main.cpp	Tue Jul 28 01:40:05 2020 +0000
@@ -95,6 +95,7 @@
 Thread coutinu_measure_thread;
 Thread Histogram_thread;
 Thread Sevo_Thread;
+Thread AutoSingle;
 //Thread usb_receive_thread;
 
 Semaphore usb_semph(32);
@@ -148,6 +149,7 @@
     Histogram_thread.start(HistogramReport);
     //usb_receive_thread.start(usb_receive);
     Sevo_Thread.start(ServoRunThread);
+    AutoSingle.start(AutoSingleMeasurment);
 
     while(1) {
         //microUSB.printf("micro USB serial port\r\n");