Example source code for MAXREFDES101.

Dependencies:   max32630fthr Adafruit_FeatherOLED USBDevice

Revision:
4:fd2b2de65af2
Parent:
1:f60eafbf009a
--- a/Interfaces/DeviceStudio/DSInterface.cpp	Mon Jul 29 10:26:58 2019 +0300
+++ b/Interfaces/DeviceStudio/DSInterface.cpp	Sat Sep 28 04:17:46 2019 +0000
@@ -121,6 +121,8 @@
 DSInterface::DSInterface(USBSerial* USB)
 	:flash_thread_(osPriorityNormal, 2 * 1024)
 {
+    algo_report_mode = 1;
+    lcd_time_count = 0;
 	cmd_idx = 0;
 	silent_mode = false;
 	pause_mode = false;