Changes done in ECG and BT

Dependencies:   SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217

Fork of merged_code2_20sept_2017_4th_oct_2017 by nikita teggi

Revision:
37:92fcbf22bf91
Parent:
31:0f67acfc6236
Child:
39:69b09bd87502
--- a/display_modules.h	Sat Jul 29 11:23:19 2017 +0000
+++ b/display_modules.h	Sat Jul 29 12:12:28 2017 +0000
@@ -24,8 +24,8 @@
 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 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
@@ -34,4 +34,6 @@
 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();
 #endif