Modification into 17th July New display demo code
Dependencies: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of Ext_Demo_17July2017_newdis by
bp.h
- Committer:
- nikitateggi
- Date:
- 2017-06-17
- Revision:
- 20:7c64e6ecad76
- Parent:
- 14:f5c62d30c6fc
- Child:
- 22:ffa88619551d
File content as of revision 20:7c64e6ecad76:
//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