Updated with option to return from BP screen to main screen, resolved screen navigation issues
Dependencies: SDFileSystem TFTLCD_8bit ds3231 program mbed
Fork of poc_dis_5 by
sdcard.h@5:a3ea7c82b7e1, 2017-03-30 (annotated)
- Committer:
- suhasini
- Date:
- Thu Mar 30 11:34:04 2017 +0000
- Revision:
- 5:a3ea7c82b7e1
- Parent:
- 4:6bd81bb1790d
PID updation possible, Proper screen navigation enabled, Return functionality from BP to main screen-done, date-time format modified, BP data not saved into SD card
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 |