rashmi v / Mbed 2 deprecated SS_SensePOC2P0_12Dec2017_USERPID

Dependencies:   SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217

Fork of SS_SensePOC2P0_11Dec2017_USERPID by rashmi v

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 
00017 void bp(uint32_t pid);
00018 uint16_t sd_BP_ECGMAX(int32_t pid); // updated- Suhasini-21/7/17
00019 uint16_t sd_BP_PPGMAX(int32_t pid); // updated- Suhasini-21/7/17
00020 
00021 #endif