NewbeeAVR
Junior Member level 2
I am displaying date and time on LCD. I first wrote date and time to 1307 and put a while loop that reads values stored in location 0x00 to 0x07 to an array. Then I wrote a function to decode that value to display on LCD.
The problem is inside while loop the time and dates are not updating. It keeps on displaying the first written time.
What may be the problem?
PS: using read function I read 0x00 location and displayed the value it is updating. Similarly the minute value is updating for every minute.
The problem is inside while loop the time and dates are not updating. It keeps on displaying the first written time.
What may be the problem?
PS: using read function I read 0x00 location and displayed the value it is updating. Similarly the minute value is updating for every minute.