Functions from rtc_func are programmed in a class
Fork of rtc_class by
Revision 2:254db37497ac, committed 2015-04-30
- Comitter:
- Cartillius
- Date:
- Thu Apr 30 10:57:41 2015 +0000
- Parent:
- 1:becf3f1612d4
- Commit message:
- added GetHour(), GetMinute(), ...
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Apr 30 10:54:11 2015 +0000 +++ b/main.cpp Thu Apr 30 10:57:41 2015 +0000 @@ -46,7 +46,6 @@ (minute >> 4), (minute & 0x0F) , (sec >> 4), (sec & 0x0F) ); */ - wait(1); } } \ No newline at end of file