Changes done in ECG and BT
Dependencies: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of merged_code2_20sept_2017_4th_oct_2017 by
display_modules.h@13:5d3b478ea9c7, 2017-05-27 (annotated)
- Committer:
- suhasini
- Date:
- Sat May 27 05:47:55 2017 +0000
- Revision:
- 13:5d3b478ea9c7
- Parent:
- 6:5e33a0f01476
- Child:
- 15:208b146151ba
This code has ECG functionality with HRD calculation, BP, BG, new display
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
nikitateggi | 0:c47fb0c1bbf6 | 1 | #ifndef DISPLAY_MODULES_H_ |
nikitateggi | 0:c47fb0c1bbf6 | 2 | #define DISPLAY_MODULES_H_ |
nikitateggi | 0:c47fb0c1bbf6 | 3 | |
nikitateggi | 0:c47fb0c1bbf6 | 4 | |
nikitateggi | 0:c47fb0c1bbf6 | 5 | |
nikitateggi | 0:c47fb0c1bbf6 | 6 | void screen_main();//main screen |
nikitateggi | 1:8316c23ec6b9 | 7 | void screen_main_1(); |
nikitateggi | 1:8316c23ec6b9 | 8 | void screen_main_2(int pid); |
nikitateggi | 0:c47fb0c1bbf6 | 9 | void screen_ecg(); |
nikitateggi | 0:c47fb0c1bbf6 | 10 | void screen_bp(); |
nikitateggi | 0:c47fb0c1bbf6 | 11 | void screen_glc(); |
nikitateggi | 1:8316c23ec6b9 | 12 | void init_screen(); |
suhasini | 13:5d3b478ea9c7 | 13 | void screen_ecg_2(float heart_rate); |
nikitateggi | 1:8316c23ec6b9 | 14 | void ecg_countdown(); |
suhasini | 6:5e33a0f01476 | 15 | void bp_countdown(); |
nikitateggi | 1:8316c23ec6b9 | 16 | void glc_1(); |
nikitateggi | 1:8316c23ec6b9 | 17 | void glc_2(); |
nikitateggi | 1:8316c23ec6b9 | 18 | void glc_3(); |
nikitateggi | 1:8316c23ec6b9 | 19 | void glc_4(unsigned int mgdl); |
nikitateggi | 4:6bd81bb1790d | 20 | void screen_again(); |
nikitateggi | 4:6bd81bb1790d | 21 | void screen_glc_2(); |
nikitateggi | 4:6bd81bb1790d | 22 | void screen_bp1(float SBP, float DBP) ; |
nikitateggi | 4:6bd81bb1790d | 23 | |
nikitateggi | 4:6bd81bb1790d | 24 | |
nikitateggi | 1:8316c23ec6b9 | 25 | #endif |