HSP Platform firmware evaluating ECG data and hearth rate over PPG data.
Dependencies: max32630fthr Adafruit_FeatherOLED USBDevice
Diff: Interfaces/DeviceStudio/DSInterface.cpp
- Revision:
- 4:682a4ebb995a
- Parent:
- 1:f60eafbf009a
diff -r 2fe2ff1ca0dc -r 682a4ebb995a Interfaces/DeviceStudio/DSInterface.cpp --- a/Interfaces/DeviceStudio/DSInterface.cpp Mon Jul 29 10:26:58 2019 +0300 +++ b/Interfaces/DeviceStudio/DSInterface.cpp Thu Mar 25 21:59:17 2021 +0000 @@ -125,6 +125,8 @@ silent_mode = false; pause_mode = false; + algo_report_mode = 1; // sets the mode for report 1/2 + lcd_time_count = 0; memset(sensor_list, 0, DS_MAX_NUM_SENSORCOMMS * sizeof(SensorComm*)); num_sensors = 0;