Changes done in ECG and BT
Dependencies: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of merged_code2_20sept_2017_4th_oct_2017 by
main.h@49:3ff80c4bc1be, 2017-09-15 (annotated)
- Committer:
- nikitateggi
- Date:
- Fri Sep 15 19:44:48 2017 +0000
- Revision:
- 49:3ff80c4bc1be
- Parent:
- 43:85a7f399cb9d
- Child:
- 51:1a4693774b60
Merged code -2; it includes sd card read, delete , entering into the debug mode and lpf for ecg - need to be tested
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
rashmivenkataramaiah | 41:1141a75eacc4 | 1 | #ifndef MAIN_H_ |
rashmivenkataramaiah | 41:1141a75eacc4 | 2 | #define MAIN_H_ |
rashmivenkataramaiah | 41:1141a75eacc4 | 3 | |
rashmivenkataramaiah | 42:c81673b04b6a | 4 | |
rashmivenkataramaiah | 41:1141a75eacc4 | 5 | |
rashmivenkataramaiah | 41:1141a75eacc4 | 6 | bool get_filecreated_status(void); //get status of file created |
rashmivenkataramaiah | 41:1141a75eacc4 | 7 | void set_filecreated_status(void); //set file created |
rashmivenkataramaiah | 41:1141a75eacc4 | 8 | void clear_filecreated_status(void); //clear file created |
rashmivenkataramaiah | 43:85a7f399cb9d | 9 | void increment_filepid (void); |
rashmivenkataramaiah | 43:85a7f399cb9d | 10 | void increment_btpid (void); |
rashmivenkataramaiah | 42:c81673b04b6a | 11 | uint32_t get_btpid(void); |
rashmivenkataramaiah | 42:c81673b04b6a | 12 | void store_btpid(uint32_t bt_pid); |
rashmivenkataramaiah | 42:c81673b04b6a | 13 | uint32_t get_filepid(void); |
rashmivenkataramaiah | 42:c81673b04b6a | 14 | void store_filepid(uint32_t pid); |
nikitateggi | 49:3ff80c4bc1be | 15 | uint8_t read_debug_status(); |
rashmivenkataramaiah | 41:1141a75eacc4 | 16 | #endif |
rashmivenkataramaiah | 41:1141a75eacc4 | 17 |