Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/21/01 06:41
Read: times


 
#14285 - Interrupts
Hello all.
I'm facing a little problem in my C code.
I’m writing a user interface to an LCD with the AT89C52 micro. The user interface includes a menu of several lines. The user browses these lines by scroll up/down keys. My problem is that I want to blink the current line until scroll up/down key is pressed again. I wrote a function that receives the line number to blink and a blink flag. When the blink flag is set (ā€˜1’) the line will blink, otherwise – not.
The problem is that when this function receives blink_flag=SET he enter to an endless loop and pressing on scroll up/down keys not help.

Please advice.


List of 5 messages in thread
TopicAuthorDate
Interrupts            01/01/70 00:00      
RE: Interrupts            01/01/70 00:00      
RE: Interrupts            01/01/70 00:00      
RE: Interrupts            01/01/70 00:00      
RE: Interrupts            01/01/70 00:00      

Back to Subject List