Hi everyone,
I am a newbie to AVR microcontroller programming.
I was quite successful in building some small applications like
blinking a LED, interfacing a 16*2 LCD and interfacing a 4*3 keypad.
Right now, I am trying to develop a digital clock display using
ATmega8 and 16 * 2.

Here is my question:

Initial clock set to 00:00 (minutes:second)
Obviously, after for every 1 second i want to increment the seconds variables.
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?

Thanks in Advance.

Bye





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

Reply via email to