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@4:6bd81bb1790d, 2017-03-01 (annotated)
- Committer:
- nikitateggi
- Date:
- Wed Mar 01 18:49:33 2017 +0000
- Revision:
- 4:6bd81bb1790d
- Parent:
- 2:3b7b71bfc941
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 |