Wolfgang SchŠdle wrote: > > Hello All ! > > I serach a really good keypad assembling listing routine for an PIC. Has > anyone a solution ? > > It should be possible, > * that a key pressed longer puts the key more times out > * when two keys are pressed, the second is ignored > > Thanks > > schaedle@swol.de > \ olle / schaedle@hotmail.com > \/\/olfgang DB6TE @ DO0CZ The routine I sent you, irgnores one of the two keys, depending on when in te code-loop the key is pressed. If you insert a delay after the loop, you can set the key-repeat-time interval. (maybe something of 150 ms. That will be my delay anyway) Hans