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: BSP_DISCO_F746NG BUTTON_GROUP LCD_DISCO_F746NG TS_DISCO_F746NG mbed
Fork of F746_ButtonGroup_Demo by
Diff: main.cpp
- Revision:
- 7:cd3ef8345659
- Parent:
- 6:2736b38c1d73
- Child:
- 8:b37aafcf7a55
diff -r 2736b38c1d73 -r cd3ef8345659 main.cpp
--- a/main.cpp Wed Dec 23 07:25:23 2015 +0000
+++ b/main.cpp Wed Dec 23 08:02:07 2015 +0000
@@ -38,7 +38,7 @@
reset.Draw(INACTIVE, LCD_COLOR_GRAY);
lcd_.SetTextColor(LCD_COLOR_WHITE);
- lcd_.DisplayStringAt(100, 260, (uint8_t *)"12/23 16:20", LEFT_MODE);
+ lcd_.DisplayStringAt(100, 260, (uint8_t *)"12/23 16:57", LEFT_MODE);
int num;
while (true)
{
@@ -68,4 +68,3 @@
wait(0.5f);
}
}
-
