Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of merged_code2_3rd_nov_2017 by
Diff: display_modules.h
- Revision:
- 31:0f67acfc6236
- Parent:
- 22:ffa88619551d
- Child:
- 37:92fcbf22bf91
--- a/display_modules.h Sat Jul 08 12:06:16 2017 +0000 +++ b/display_modules.h Sat Jul 15 05:39:45 2017 +0000 @@ -26,4 +26,12 @@ void screen_ecg_lead_bp_fingerdetect(); void bat_screen_nocharge(); void bat_screen_charge(); +void screen_ecg_error(); // display of error condition for Heart rate +void screen_bp_error(); // display of error condition for BP +void glc_error(); //display of error condition for BG +void BT_connection(); // displaying bluetooth connected +void BT_no_connection(); // displaying bluetooth not connected +void BT_finished(); //Files transfer completed +void screen_BT_return(); // dispaly of return option to bluetooth +void screen_patient_info(uint32_t current_test_pid,uint32_t bt_file_sent_pid); #endif