Skip to content

Commit 339c14c

Browse files
authored
Update README.md
1 parent d389cf7 commit 339c14c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For other versions that convert the up to 8 byte keycode sequences to a single i
1818
- DUE Board Manager package V1.6.6
1919

2020
## Important Hardware Notes
21-
1 Make sure you have data and clock wires connected correctly. Clock wire MUST be connected to an interrupt pin.
21+
1. Make sure you have data and clock wires connected correctly. Clock wire MUST be connected to an interrupt pin.
2222
- Do NOT use Pin 13 for either clock or data wires
2323
- PS2KeyRaw requires both pins specified for begin() as in keyboard.begin( data_pin, irq_pin );
2424
- Valid irq pins:
@@ -32,7 +32,7 @@ For other versions that convert the up to 8 byte keycode sequences to a single i
3232
- Teensy++ 1.0: 0, 1, 2, 3, 18, 19, 36, 37
3333
- Sanguino: 2, 10, 11
3434

35-
2 When using DUE or other boards with 3V3 I/O you *MUST* use a level translator FET or IC like Texas Instruments TXS0102 or similar as most keyboards not only operate at 5V but the two wire communications are pulled up by a resistor to 5V at the keyboard end
35+
2. When using DUE or other boards with 3V3 I/O you *MUST* use a level translator FET or IC like Texas Instruments TXS0102 or similar as most keyboards not only operate at 5V but the two wire communications are pulled up by a resistor to 5V at the keyboard end
3636

3737
### Introduction
3838

0 commit comments

Comments
 (0)