Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of merged_code2_3rd_nov_2017 by
Diff: sdcard.h
- Revision:
- 26:53ff13a164f3
- Parent:
- 22:ffa88619551d
- Child:
- 27:907f8ce0025e
--- 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