avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Digital clock assembler programming problem


From: Sivakumar Ganesan
Subject: Re: [avr-gcc-list] Digital clock assembler programming problem
Date: Tue, 6 Sep 2005 09:24:11 +0200

Thank you guys.
It works now.


 
On 9/5/05, Alan Kilian <address@hidden> wrote:

> I can increment the second's  second variable up to 9. But, how can i
> display numbers greater than 9, i.e, 10, 11,... by changing both
> second's first and second's second varaible at the same time?

   Can't you increment the seconds from 9 to 10?

   If not, can you detect when the units-seconds-variable is
   already 9 at the time of increment, and set it to 0 while you
   increment the tens-seconds-variable?

   (This really is not an avr-gcc issue)

                               -Alan

--
- Alan Kilian <kilian(at)bobodyne.com>




_______________________________________________
AVR-GCC-list mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list


reply via email to

[Prev in Thread] Current Thread [Next in Thread]