Skip to content

Commit 2959f77

Browse files
authored
Update README.md
1 parent 527f8c8 commit 2959f77

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
# PS2KeyAdvanced
2-
###Arduino PS2 Keyboard FULL keyboard protocol support and full keys to integer coding
2+
## Arduino PS2 Keyboard FULL keyboard protocol support and full keys to integer coding
33

44
First Public Release Version V1.0.2
55

66
Smaller footprint than any others found and more functionality.
77

88
For other versions that just read the keycodes for all keyboard types or allow you to get the full UTF-8 configurable for any LATIN keyboard with extra functions keys as simple codes see associated reporitories for PS2KeyAdvanced and PS2KeyMap libraries. Yes these libraries even provide codes for multimedia keys and Function keys F1 to F24 (yes that is F24).
99

10-
###Platforms
10+
### Platforms
1111

1212
Arduino AVR - tested on Uno and Mega 2560
1313
Arduino SAM - tested on DUE
1414

15-
###Test Environment
15+
### Test Environment
1616

1717
All platforms versions of test R3 Hardware
1818
Arduino V1.6.7
1919
DUE Board Manager package V1.6.6
2020

21-
##Important Hardware Notes
21+
## Important Hardware Notes
2222

2323
1 Make sure you have data and clock wires connected correctly. Clock wire MUST be connected to an interrupt pin.
2424

@@ -37,7 +37,7 @@ For other versions that just read the keycodes for all keyboard types or allow y
3737

3838
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.
3939

40-
###Introduction
40+
### Introduction
4141

4242
After looking round for suitable libraries I found most were lacking in functionality and high in code and data footprint, so I created a series of PS2 Keyboard libraries. This is the second which fully supports the PS2 Keyboard Protocol, even allowing you control of keyboard LEDs (some have 4 LEDs) and changing settings..
4343

@@ -67,11 +67,11 @@ Returns any keypress as 16 bit integer, which includes a coded value for the key
6767
- Handles NUM, CAPS and SCROLL lock keys to LEDs
6868
- Handles NUM/SCROLL internally
6969

70-
###Installation
70+
### Installation
7171

7272
Performed by standard zip file library inclusion into Arduino IDE
7373

74-
###Examples
74+
### Examples
7575

7676
This library has THREE examples, from simplest to most complec -
7777

@@ -80,7 +80,7 @@ This library has THREE examples, from simplest to most complec -
8080
- KeyToLCD - Example that will allow you to display keyboard actions on LCD connected to Arduino and allow cursor movements to move the cursor on LCD, whilst also displaying strings for keys like ESC, TAB, F1 to F12
8181

8282

83-
###Contributor and Author Details
83+
### Contributor and Author Details
8484

8585
Author Paul Carpenter, PC Services
8686

0 commit comments

Comments
 (0)