]> git.armaanb.net Git - atreides.git/commitdiff
Add tables with row-to-pin and column-to-pin maps.
authorConstantine Khroulev <ckhroulev@alaska.edu>
Wed, 23 Apr 2014 05:24:46 +0000 (21:24 -0800)
committerConstantine Khroulev <ckhroulev@alaska.edu>
Wed, 23 Apr 2014 05:35:17 +0000 (21:35 -0800)
README.org

index a2ab53a5be5fc546d2331e3a78017241efbc6274..ec79e5178c74346cf086b7bb31b96183363c6441 100644 (file)
@@ -243,12 +243,26 @@ switch is activated.
 
 After the matrix has been wired on both sides, the next step is to
 connect the microcontroller. The TMK firmware has the rows in pins D0,
-D1, D2, and D3 of the microcontroller. You'll need to connect the rows
+D1, D2, and D3 of the microcontroller.
+
+|------------+----+----+----+----|
+| row number |  1 |  2 |  3 |  4 |
+|------------+----+----+----+----|
+| pin number | D0 | D1 | D2 | D3 |
+
+You'll need to connect the rows
 from both the left and right sides into the proper pin. There are more
 columns than rows, so I used ribbon cable to bring the column
 connections back to the microcontroller from the outside in. The
 columns go to pins F0, F1, E6, C7, C6, B6, D4, B1, B0, B5, and
-B4. It's important to realize that when you flip over the board
+B4.
+
+|---------------+----+----+----+----+----+----+----+----+----+----+----|
+| column number |  1 |  2 |  3 |  4 |  5 |  6 |  7 |  8 |  9 | 10 | 11 |
+|---------------+----+----+----+----+----+----+----+----+----+----+----|
+| pin number    | F0 | F1 | E6 | C7 | C6 | B6 | D4 | B1 | B0 | B5 | B4 |
+
+It's important to realize that when you flip over the board
 in order to solder it, you have to flip over the schematic in your
 mind too. If you count your columns from the left, you'll get them
 backwards. (Which I actually did for the first half.)