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.cpp
- Revision:
- 15:208b146151ba
- Parent:
- 13:5d3b478ea9c7
- Child:
- 20:7c64e6ecad76
--- a/display_modules.cpp Thu Jun 01 09:24:45 2017 +0000 +++ b/display_modules.cpp Mon Jun 05 09:14:44 2017 +0000 @@ -401,7 +401,7 @@ } - void glc_4(unsigned int mgdl) // GLC screen to display blood glucose level on the LCD + void glc_4(uint16_t mgdl) // GLC screen to display blood glucose level on the LCD { char buf[10]; sprintf (buf, " BG %d mg/dl",mgdl);