tjeastman / avr-keyboard

Read and print PS/2 keyboard scan codes with an AVR microcontroller.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

avr-keyboard

Read scan codes from a PS/2 keyboard and print to a serial device.

To view the serial output:

minicom -b 9600 -D /dev/ttyACM0

About

Read and print PS/2 keyboard scan codes with an AVR microcontroller.

License:GNU General Public License v2.0


Languages

Language:C 94.7%Language:CMake 5.3%