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.
Revision 2:a079de4fd5b9, committed 2010-08-20
- Comitter:
- joe
- Date:
- Fri Aug 20 15:38:52 2010 +0000
- Parent:
- 1:0190e13c2b7c
- Commit message:
Changed in this revision
main_programs/main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main_programs/main.cpp Fri Aug 20 15:31:26 2010 +0000 +++ b/main_programs/main.cpp Fri Aug 20 15:38:52 2010 +0000 @@ -41,7 +41,7 @@ int flipped_right = 1; int flipped_left = 1; - TextLCD lcd(p24, p25, p26, p27, p28, p29, p30); + // read the current time, and con convert it to a DD/MM/YYYY HH:MM:SS structure time_t seconds = time(NULL); struct tm *t = localtime(&seconds);