Update arduino_hid.md

This commit is contained in:
Maxim Devaev 2020-08-07 00:49:29 +03:00 committed by GitHub
parent 2f9f5d2deb
commit 13df48ac0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,4 +44,4 @@ Next, you need to connect the Arduino pins to the female PS/2 port of your mothe
Follow this diagram:
| Female PS/2 port (front view) | Pinout |
|-------------------------------|--------|
| <img src="/img/ps2_kbd.png" alt="drawing" width="200"/> | Arduino pin 3 <-> PS/2 CLOCK<br>Arduino pin 2 <-> PS/2 DATA |
| <img src="/img/ps2_kbd.png" alt="drawing" width="200"/> | Arduino pin 3 <-> PS/2 CLOCK<br>Arduino pin 2 <-> PS/2 DATA<br>Arduino GND pin <-> PS/2 GND |