diff options
author | tmk <tmk@users.noreply.github.com> | 2014-07-07 11:14:44 +0900 |
---|---|---|
committer | tmk <tmk@users.noreply.github.com> | 2014-07-07 11:14:44 +0900 |
commit | 326e559719505e64b4dd4cc4020c4656252cba64 (patch) | |
tree | 3069843660ee44dc7573bb4f2e7cdc0c2c4f794b | |
parent | 7079ba5d519d909d7543a9fd3b2b270c95c003a4 (diff) | |
parent | 91b65c0a5419cf53923213d674bbbcd7a3ba7f4d (diff) |
Merge pull request #125 from tibounise/patch-1
Fixing typo
-rw-r--r-- | converter/ps2_usb/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/ps2_usb/README.md b/converter/ps2_usb/README.md index 537e92e64f..586394b23a 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. |