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:
- 20:7c64e6ecad76
- Parent:
- 19:1650bbc923cc
- Child:
- 22:ffa88619551d
--- a/sdcard.h Fri Jun 09 17:12:21 2017 +0000 +++ b/sdcard.h Sat Jun 17 09:36:18 2017 +0000 @@ -6,12 +6,12 @@ #include "struct.h" -void sd_open_ECGfile(int pid); +//void sd_open_ECGfile(int pid); void sd_open_ECGfilee(int pid); -void sd_open_GLCfile(int pid); +//void sd_open_GLCfile(int pid); void sd_open_GLCfilee(int pid); void sd_open_BPfilee(int pid); -void sd_open_BPfile(int pid); +//void sd_open_BPfile(int pid); void sd_write (int value); int file_size() ; int file_size1() ;