HSP Platform firmware evaluating ECG data and hearth rate over PPG data.

Dependencies:   max32630fthr Adafruit_FeatherOLED USBDevice

Revision:
4:682a4ebb995a
Parent:
1:f60eafbf009a
diff -r 2fe2ff1ca0dc -r 682a4ebb995a Interfaces/DeviceStudio/DSInterface.h
--- a/Interfaces/DeviceStudio/DSInterface.h	Mon Jul 29 10:26:58 2019 +0300
+++ b/Interfaces/DeviceStudio/DSInterface.h	Thu Mar 25 21:59:17 2021 +0000
@@ -143,7 +143,7 @@
 
 	void stopcommand();
     void parse_command_str(const char* cmd );
-	uint8_t  algo_report_mode = 1; // sets the mode for report 1/2
+	uint8_t  algo_report_mode; // sets the mode for report 1/2
 
 
  //   FATFileSystem *logfilesystem;
@@ -188,7 +188,7 @@
     bool silent_mode;
     bool pause_mode;
     char lcd_time_str[30];
-    int lcd_time_count=0;
+    int lcd_time_count;
     int lcd_time_val;
 
     //buffer to hold string that will be written into the log file