Changes done in ECG and BT
Dependencies: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of merged_code2_20sept_2017_4th_oct_2017 by
Diff: sdcard.h
- Revision:
- 26:53ff13a164f3
- Parent:
- 22:ffa88619551d
- Child:
- 27:907f8ce0025e
diff -r 64f75845073f -r 53ff13a164f3 sdcard.h --- a/sdcard.h Sun Jul 02 19:22:34 2017 +0000 +++ b/sdcard.h Wed Jul 05 15:36:58 2017 +0000 @@ -45,7 +45,7 @@ void bpfile_mainfile(int32_t pid); -void sd_ecgwrite(int *ecg_ptr); //to print ECG data in ECG func as binary using fwrite. NIDHIN 25 May 2017 +void sd_ecgwrite(uint32_t *ecg_ptr); //to print ECG data in ECG func as binary using fwrite. NIDHIN 25 May 2017 void ecgfile_mainfile(int32_t pid); void sd_glcwrite(uint32_t *glc_ptr, int32_t pid); // GLC raw data to GLC file