Skip to content

Commit a98f0e0

Browse files
committed
Fix typo in Readme.md
1 parent a966b70 commit a98f0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For other versions that just read the keycodes for all keyboard types or allow y
2727
1. Make sure you have data and clock wires connected correctly. Clock wire MUST be connected to an interrupt pin.
2828

2929
- Do NOT use Pin 13 for either clock or data wires
30-
- PS2KeyRaw requires both pins specified for begin() as in keyboard.begin( data_pin, irq_pin );
30+
- PS2KeyAdvanced requires both pins specified for begin() as in keyboard.begin( data_pin, irq_pin );
3131
- Valid irq pins:
3232
- Arduino Uno: 2, 3
3333
- Arduino Due: All pins, except 13 (LED)

0 commit comments

Comments
 (0)