Modification into 17th July New display demo code
Dependencies: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of Ext_Demo_17July2017_newdis by
Diff: sdcard.cpp
- Revision:
- 20:7c64e6ecad76
- Parent:
- 19:1650bbc923cc
- Child:
- 22:ffa88619551d
--- a/sdcard.cpp Fri Jun 09 17:12:21 2017 +0000 +++ b/sdcard.cpp Sat Jun 17 09:36:18 2017 +0000 @@ -44,7 +44,7 @@ - void sd_open_GLCfile(int pid) // opening the glc file + /*void sd_open_GLCfile(int pid) // opening the glc file { char buffer[32]; @@ -58,7 +58,7 @@ fprintf(fp,"%s\n",ctime(&epoch_time1) ); //writing the date, time into the file - } + } */ void sd_open_GLCfilee(int pid) // only opening the glc file after entering TEST screen { @@ -70,7 +70,7 @@ - void sd_open_ECGfile(int pid) + /*void sd_open_ECGfile(int pid) { // char buffer[32]; @@ -84,7 +84,7 @@ fprintf(fp,"%s\n",ctime(&epoch_time1) ); } - + */ void sd_open_ECGfilee(int pid) // only opening the ECG file after entering TEST screen { @@ -96,7 +96,7 @@ } - void sd_open_BPfile(int pid) + /*void sd_open_BPfile(int pid) { char buffer[32]; @@ -108,7 +108,7 @@ sprintf(buffer1,"/sd/%d_BP.csv",pid); fp = fopen(buffer1,"a"); fprintf(fp,"%s\n",ctime(&epoch_time1) ); - } + } */ void sd_open_BPfilee(int pid) // only opening the BP file after entering TEST screen {