Designing code for a clock
Asked By
0 points
N/A
Posted on - 07/21/2011
I want to make a code for a clock in which I think the counter will be used in such a way that after every 12 counts, it starts its counting again from 1 and it should also maintain seconds and hours separately. Again, all should be linked with each other. I tried designing the code but I am unable to maintain the seconds' counter loop with the hours and the minute loop.
Can anybody will help me through this?
Â