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
sdcard.h@4:6bd81bb1790d, 2017-03-01 (annotated)
- Committer:
- nikitateggi
- Date:
- Wed Mar 01 18:49:33 2017 +0000
- Revision:
- 4:6bd81bb1790d
- Parent:
- 2:3b7b71bfc941
- Child:
- 8:adf2ba7e6412
POC code with eeprom
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
nikitateggi | 1:8316c23ec6b9 | 1 | #ifndef SDCARD_H_ |
nikitateggi | 1:8316c23ec6b9 | 2 | #define SDCARD_H_ |
nikitateggi | 1:8316c23ec6b9 | 3 | |
nikitateggi | 1:8316c23ec6b9 | 4 | void sd_open_ECGfile(int pid); |
nikitateggi | 2:3b7b71bfc941 | 5 | void sd_open_ECGfilee(int pid); |
nikitateggi | 1:8316c23ec6b9 | 6 | void sd_open_GLCfile(int pid); |
nikitateggi | 2:3b7b71bfc941 | 7 | void sd_open_GLCfilee(int pid); |
nikitateggi | 4:6bd81bb1790d | 8 | void sd_open_BPfilee(int pid); |
nikitateggi | 1:8316c23ec6b9 | 9 | void sd_open_BPfile(int pid); |
nikitateggi | 1:8316c23ec6b9 | 10 | void sd_write (int value); |
nikitateggi | 1:8316c23ec6b9 | 11 | void sd_close(); |
nikitateggi | 1:8316c23ec6b9 | 12 | |
nikitateggi | 1:8316c23ec6b9 | 13 | #endif |