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-09-15
- Revision:
- 49:3ff80c4bc1be
- Parent:
- 39:69b09bd87502
File content as of revision 49:3ff80c4bc1be:
#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 battery_screen_nocharge(); void battery_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); void battery_critically_low_charge(); void battery_low_charge(); void glc_error_test_strip_removed();// added on 11/8/17 nikita void screen_debug(); void screen_sdcard_delete(void); void screen_sdcard_read(void); #endif