??? 01/30/08 06:46 Read: times |
#150070 - basicly code works Responding to: ???'s previous message |
i used code to build my own on 80x52 , 12MHz.
What i remember - ISR is too long and this can be problem, some missed keystrokes can be important for somebody. On other project(MSP430) i rewrited routines - shorter ISR , circullar buffer for keystrokes, complex handling of combinations,LED controlling. For example - "PrintScrn" key was hard to detect. regards |