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 SS_SensePOC2P0_11Dec2017_USERPID 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 Mon Jul 18 2022 19:19:02 by
1.7.2
