Fix all the following issues which we faced during 01st April internal demo 1) Display hang and jump issue 2) Sequencing issue 3) Issue with BP code

Dependencies:   SDFileSystem ds3231 program mbed testUniGraphic_150217

Fork of Int_Demo_01Apr2017_newdisplaycode_bp_nikita by nikita teggi

Committer:
nikitateggi
Date:
Mon May 08 05:19:22 2017 +0000
Revision:
12:ab85607bb10a
Parent:
6:5e33a0f01476
POC code with new display and updated BP

Who changed what in which revision?

UserRevisionLine numberNew 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();
nikitateggi 1:8316c23ec6b9 13 void screen_ecg_2();
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