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.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);