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.
Fork of rtc_class by
Revision 9:83be0e4edb52, committed 2015-04-23
- Comitter:
- bulmecisco
- Date:
- Thu Apr 23 10:44:24 2015 +0000
- Parent:
- 8:54a6f83a2339
- Commit message:
- 5. Ueberladene Methoden in Klasse Date und using::GetDay in Klasse Datestring
Changed in this revision
--- a/Date.cpp Thu Apr 23 10:43:38 2015 +0000 +++ b/Date.cpp Thu Apr 23 10:44:24 2015 +0000 @@ -1,5 +1,5 @@ /*********************************** -name: date.cpp Version: 0.3 +name: date.cpp Version: 0.5 author: PE HTL BULME email: pe@bulme.at description:
--- a/Date.h Thu Apr 23 10:43:38 2015 +0000 +++ b/Date.h Thu Apr 23 10:44:24 2015 +0000 @@ -1,5 +1,5 @@ /*********************************** -name: date.h Version: 0.3 +name: date.h Version: 0.5 author: PE HTL BULME email: pe@bulme.at description:
--- a/DateString.h Thu Apr 23 10:43:38 2015 +0000 +++ b/DateString.h Thu Apr 23 10:44:24 2015 +0000 @@ -1,4 +1,4 @@ -// DateString.h Version 0.4 +// DateString.h Version 0.5 // https://developer.mbed.org/teams/HIMBED_3AHELI/code/rtc_func/wiki/Klasse-DateString-von-Date-ableiten #include "mbed.h"
--- a/main.cpp Thu Apr 23 10:43:38 2015 +0000 +++ b/main.cpp Thu Apr 23 10:44:24 2015 +0000 @@ -1,5 +1,5 @@ /*********************************** -name: main.cpp Version: 0.3 +name: main.cpp Version: 0.5 author: PE HTL BULME email: pe@bulme.at description:
