??? 09/14/06 07:12 Read: times |
#124269 - the logic Responding to: ???'s previous message |
Arvind,
the problem is not in the program (or code, whatever you want), but in the logic of how you "scan" the keyboard. Please try to describe the "scan" procedure in words or in a flowchart, here in the Forum, why not. Hint: as it is written now, it loops in SCAN_MATRIX_KEYBOARD forever. Jan Waclawek PS. There are types of keyboards for which your scan would work, having DPST switches for each key, but I doubt you use that type. |