Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of merged_code2_20sept_2017_4th_oct_2017 by
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
Generated on Thu Jul 14 2022 21:53:47 by
1.7.2
