Thank you guys.
It works now.


 
On 9/5/05, Alan Kilian <[EMAIL PROTECTED]> 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
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

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

Reply via email to