From 91b65c0a5419cf53923213d674bbbcd7a3ba7f4d Mon Sep 17 00:00:00 2001 From: TiBounise Date: Fri, 20 Jun 2014 18:43:57 +0200 Subject: [PATCH] Fixing typo --- converter/ps2_usb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/converter/ps2_usb/README.md b/converter/ps2_usb/README.md index 537e92e6..586394b2 100644 --- a/converter/ps2_usb/README.md +++ b/converter/ps2_usb/README.md @@ -12,7 +12,7 @@ In case of Teensy2.0(ATMega32U4): - **Interrupt**: **Clock** is on `PD1` and **Data** on `PD0`.(Recommended. Soarer's converter compatible) - **Busywait**: **Clock** is on `PD1` and **Data** on `PD0`. - **USART**: **Clock** is on `PD5` and **Data** on `PD2`. -3. Optionally you need pull-up register. 1K-10K Ohm is OK. +3. Optionally you need pull-up resistor. 1K-10K Ohm is OK. To change pin configuration edit config.h. -- 2.39.3