export test

Dependencies:   SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217

Fork of Int_Demo_09May2017_Suhasini_HRavg_Nikita_ili9341 by nikita teggi

Revision:
14:f5c62d30c6fc
Parent:
8:adf2ba7e6412
Child:
22:ffa88619551d
--- a/bp.h	Sat May 27 05:47:55 2017 +0000
+++ b/bp.h	Thu Jun 01 09:24:45 2017 +0000
@@ -1,19 +1,21 @@
-/*
-#ifndef BP_H_
-#define BP_H_
-
-
-void bp();
-#endif
-*/
-
-//-------------------------------NEW BP Nidhin Add 28/4/2017--------------------
+//Whole Code replaced by Nidhin 1/6/2017
 
 #ifndef BP_H_
 #define BP_H_
 
+#define DID 101
+#define BP_S_FREQ 500
+
+#define BUFFER 64
+#define ECG_LOOP 16
+#define PPG_LOOP 26
+
+#define ECG_SPLS BUFFER*ECG_LOOP
+#define PPG_SPLS BUFFER*PPG_LOOP
+#define BPLEN_BYT 10778 // TOTAL length in BYTEs for BP inclu Should change if BUffer is changed
+//#define 
 
 void bp(int pid);
-#endif
+
 
-//--------------------------------------------28/4/2017---------------------------
+#endif
\ No newline at end of file