Skip to content

Commit 4dd58ae

Browse files
authored
Update README.md
1 parent 26eecac commit 4dd58ae

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
# PS2KeyMap
2-
Arduino PS2 keyboard International Keyboard mapping from PS2KeyAdvanced and return as UTF-8
2+
### Arduino PS2 keyboard International Keyboard mapping from PS2KeyAdvanced and return as UTF-8
33

4-
##This library requires PS2KeyAdvanced as well to work
4+
## This library requires PS2KeyAdvanced as well to work
55

66
First Public Release Version V1.0.2
77

88
Smaller footprint than any others found and more functionality.
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

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

2525
- Do NOT use Pin 13 for either clock or data wires
2626
- PS2KeyRaw requires both pins specified for begin() as in keyboard.begin( data_pin, irq_pin );
@@ -35,9 +35,9 @@ Smaller footprint than any others found and more functionality.
3535
- Teensy++ 1.0: 0, 1, 2, 3, 18, 19, 36, 37
3636
- Sanguino: 2, 10, 11
3737

38-
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.
38+
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 third which extends the second one PS2KeyAdvanced to support different Country keyboard mapping. More countries and special mappings can be added.
4343

@@ -53,11 +53,11 @@ Current Country mappings included (other contributions welcomed)
5353

5454
You can select which map to use from your programme.
5555

56-
###Installation
56+
### Installation
5757

5858
Performed by standard zip file library inclusion into Arduino IDE
5959

60-
###Examples
60+
### Examples
6161

6262
This library has TWO examples, from simplest to most complec -
6363

@@ -66,11 +66,11 @@ This library has TWO examples, from simplest to most complec -
6666

6767
Note on LCDs and some terminal emulators not all characters may be supported.
6868

69-
##Euro Currency Symbol
69+
## Euro Currency Symbol
7070

7171
As the Euro came about *AFTER* the standardisation of UTF-8, the Euro Symbol is a supported keycode but *NOT* a conversion to UTF-8. This is just not possible.
7272

73-
###Contributor and Author Details
73+
### Contributor and Author Details
7474

7575
Author Paul Carpenter, PC Services
7676

0 commit comments

Comments
 (0)