Changes done in ECG and BT
Dependencies: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of merged_code2_20sept_2017_4th_oct_2017 by
Diff: display_modules.h
- Revision:
- 20:7c64e6ecad76
- Parent:
- 15:208b146151ba
- Child:
- 22:ffa88619551d
--- a/display_modules.h Fri Jun 09 17:12:21 2017 +0000 +++ b/display_modules.h Sat Jun 17 09:36:18 2017 +0000 @@ -11,6 +11,9 @@ void screen_glc(); void init_screen(); void screen_ecg_2(float heart_rate); +//void screen_ecg_3(); + void screen_ecg_bp(); //changed the name +void screen_ecg_lead(); void ecg_countdown(); void bp_countdown(); void glc_1(); @@ -20,6 +23,6 @@ void screen_again(); void screen_glc_2(); void screen_bp1(float SBP, float DBP) ; - + void screen_ecg_lead_bp_fingerdetect(); #endif