Fix all the following issues which we faced during 01st April internal demo 1) Display hang and jump issue 2) Sequencing issue 3) Issue with BP code

Dependencies:   SDFileSystem ds3231 program mbed testUniGraphic_150217

Fork of Int_Demo_01Apr2017_newdisplaycode_bp_nikita by nikita teggi

Revision:
7:11f926351d8f
Parent:
5:a3ea7c82b7e1
--- a/glc.cpp	Sat Apr 01 06:37:02 2017 +0000
+++ b/glc.cpp	Wed Apr 26 10:14:53 2017 +0000
@@ -1,8 +1,8 @@
 #include "mbed.h"
 #include "glc.h"
 #include "i2c_dec.h"
-#include "ili9325.h"
-#include "lcd_base.h"
+//#include "ili9325.h"
+//#include "lcd_base.h"
 #include "display_modules.h"
 //#include "touch_modules.h"
 #include "rtc.h"
@@ -80,7 +80,7 @@
         glc_4(mgdl);
         sd_write(mgdl);        // storing value into the sd card
         sd_close();
-        ble.printf("blood glucose is %d mg/dl", mgdl);
+       // ble.printf("blood glucose is %d mg/dl", mgdl);
         flipper.detach();
         flipper1.detach();
       //  return mgdl;