Modification into 17th July New display demo code

Dependencies:   SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217

Fork of Ext_Demo_17July2017_newdis by SenseSemi

Revision:
17:22a87e12fb3a
Parent:
15:208b146151ba
Child:
19:1650bbc923cc
--- a/ecgg.cpp	Tue Jun 06 11:14:03 2017 +0000
+++ b/ecgg.cpp	Fri Jun 09 08:45:30 2017 +0000
@@ -103,7 +103,7 @@
     
  //   int32_t sample_sum; // static int32_t avg[1500];
     int32_t count = 0; int32_t fs = 500; 
-    uint32_t ecg_buf[N_ECG];
+    uint32_t ecg_buf[N_ECG]; // Moved out of func() Nidhin 9/6/17
     Timer t;
     
     //------------------ Declaration for Peak value detection ------------------------------------