Modification into 17th July New display demo code

Dependencies:   SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217

Fork of Ext_Demo_17July2017_newdis by SenseSemi

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers bp.h Source File

bp.h

00001 //Whole Code replaced by Nidhin 1/6/2017
00002 
00003 #ifndef BP_H_
00004 #define BP_H_
00005 
00006 #define DID 101
00007 #define BP_S_FREQ 500
00008 
00009 #define BUFFER 64
00010 #define ECG_LOOP 16
00011 #define PPG_LOOP 26
00012 
00013 #define ECG_SPLS BUFFER*ECG_LOOP
00014 #define PPG_SPLS BUFFER*PPG_LOOP
00015 #define BPLEN_BYT 10778 // TOTAL length in BYTEs for BP inclu Should change if BUffer is changed
00016 //#define 
00017 
00018 void bp(int32_t pid);
00019 
00020 
00021 #endif