Create README.md

This commit is contained in:
Jarno Lehtinen 2016-10-23 23:38:22 +03:00 committed by GitHub
parent 0036caff90
commit 3477684b9a
1 changed files with 15 additions and 0 deletions

15
Keyboard_PS2/README.md Normal file
View File

@ -0,0 +1,15 @@
## PS/2 keyboard as 4 USB-joysticks
Needs Atmega32u4 (e.g. Arduino Leonardo).
Needs custom ps2-library (PS2Keyboard_mcgurk.zip, unzip to libraries-folder).
Clock-signal must be in pin 2 (because of interrupts).
## Links
http://playground.arduino.cc/Main/PS2Keyboard
http://www.computer-engineering.org/ps2protocol/
http://www.computer-engineering.org/ps2keyboard/scancodes2.html