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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers display_modules.h Source File

display_modules.h

00001 #ifndef DISPLAY_MODULES_H_
00002 #define DISPLAY_MODULES_H_
00003 
00004 
00005 
00006 void screen_main();//main screen
00007 void screen_main_1();
00008 void screen_main_2(int pid);
00009 void screen_ecg();
00010 void screen_bp();
00011 void screen_glc();
00012 void init_screen();
00013 void screen_ecg_2();
00014 void ecg_countdown();
00015 void bp_countdown();
00016 void glc_1();
00017 void glc_2();
00018 void glc_3();
00019 void glc_4(unsigned int mgdl);
00020 void screen_again();
00021 void screen_glc_2();
00022 void screen_bp1(float SBP, float DBP) ;
00023 
00024 
00025 #endif