Functions from rtc_func are programmed in a class
Fork of rtc_class by
Diff: main.cpp
- Revision:
- 2:254db37497ac
- Parent:
- 1:becf3f1612d4
diff -r becf3f1612d4 -r 254db37497ac main.cpp --- 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