![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
Changes done in ECG and BT
Dependencies: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of merged_code2_20sept_2017_4th_oct_2017 by
Diff: display_modules.h
- Revision:
- 0:c47fb0c1bbf6
- Child:
- 1:8316c23ec6b9
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/display_modules.h Tue Dec 27 10:30:48 2016 +0000 @@ -0,0 +1,15 @@ +#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 \ No newline at end of file