Changes done in ECG and BT
Dependencies: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of merged_code2_20sept_2017_4th_oct_2017 by
display_modules.h
- Committer:
- nikitateggi
- Date:
- 2017-07-15
- Revision:
- 31:0f67acfc6236
- Parent:
- 22:ffa88619551d
- Child:
- 37:92fcbf22bf91
File content as of revision 31:0f67acfc6236:
#ifndef DISPLAY_MODULES_H_ #define DISPLAY_MODULES_H_ void screen_main();//main screen void screen_main_1(); void screen_main_2(int32_t pid); void screen_ecg(); void screen_bp(); void screen_glc(); void init_screen(); void screen_ecg_2(uint16_t 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(); void glc_2(); void glc_3(); void glc_4(uint16_t mgdl); void screen_again(); void screen_glc_2(); void screen_bp1(float SBP, float DBP) ; void screen_ecg_lead_bp_fingerdetect(); void bat_screen_nocharge(); void bat_screen_charge(); void screen_ecg_error(); // display of error condition for Heart rate void screen_bp_error(); // display of error condition for BP void glc_error(); //display of error condition for BG void BT_connection(); // displaying bluetooth connected void BT_no_connection(); // displaying bluetooth not connected void BT_finished(); //Files transfer completed void screen_BT_return(); // dispaly of return option to bluetooth void screen_patient_info(uint32_t current_test_pid,uint32_t bt_file_sent_pid); #endif