Description: //DMAVR-128 of the PS2 keyboard driver, and in 1602 is displayed on the LCD keys// PS2 keyboard 1 out of 33 clock pulses, so a way to interrupt read 33 times, only to extract the last byte in the data bit to do key code// button 1, the actual output 3 bytes of data, 11 bits per byte, a start bit (0), 8 data bits, a parity bit, one stop bit ( 1)// and the first 1 byte and 3 bytes of the same data, this program to extract the data byte 3 bit key data
To Search:
File list (Check if you may need any files):
PS2 keyboard drive .c