export test

Dependencies:   SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217

Fork of Int_Demo_09May2017_Suhasini_HRavg_Nikita_ili9341 by nikita teggi

bp.h

Committer:
nidhinvarghese
Date:
2017-06-01
Revision:
14:f5c62d30c6fc
Parent:
8:adf2ba7e6412
Child:
22:ffa88619551d

File content as of revision 14:f5c62d30c6fc:

//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