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

Dependencies:   max32630fthr Adafruit_FeatherOLED USBDevice

version.h

Committer:
gmehmet
Date:
2019-04-10
Revision:
1:f60eafbf009a
Child:
3:2fe2ff1ca0dc

File content as of revision 1:f60eafbf009a:

#ifndef __VERSION_H__
#define __VERSION_H__

#include "build_version.h"
//FIRMWARE_VERSION is also the BLE advertisement name of the device
#ifdef ENABLE_SPO2
#define FIRMWARE_VERSION           "HSP2SPO2_2.7.0.1"
#else
#define FIRMWARE_VERSION           "HSP2_2.7.0.1"
#endif
#endif