Modification into 17th July New display demo code

Dependencies:   SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217

Fork of Ext_Demo_17July2017_newdis by SenseSemi

display_modules.h

Committer:
nikitateggi
Date:
2016-12-27
Revision:
0:c47fb0c1bbf6
Child:
1:8316c23ec6b9

File content as of revision 0:c47fb0c1bbf6:

#ifndef DISPLAY_MODULES_H_
#define DISPLAY_MODULES_H_



void screen_main();//main screen
void screen_ecg();
void screen_bp();
void screen_glc();
 void init_screen();
 void screen_ecg_2();
 


#endif