Skip to content

Commit a029b4b

Browse files
committed
Fix wrong connection
1 parent 3734d7c commit a029b4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ To send characters to the display over `UART` connect an USB/UART converter to t
9999
# +-+-+ +-+-+ | +-----------------+ |
100100
# | 1 | VCC VCC | 1 +-------+ +----------+ | | TeraTerm | |
101101
# | 2 | UPDI UPDI | 2 | | | U +---+---+ | | ~~~~~~~~ | |
102-
# +--+ 3 | SI SO | 3 +-----+ | | S | USB |--+ | ~~~~~ | |
103-
# | | 4 | SCK SCK | 4 | | | | B +---+---+ | | ~~~~~~~~~~~~ | |
104-
# | | 5 | SS (CS) SS | 5 +--+ | | | / | | | | |
105-
# | | 6 | GND GND | 6 +--+ | | | U | | +-----------------+ |
102+
# | 3 | SI SO | 3 +-----+ | | S | USB |--+ | ~~~~~ | |
103+
# | 4 | SCK SCK | 4 | | | | B +---+---+ | | ~~~~~~~~~~~~ | |
104+
# | 5 | SS (CS) SS | 5 +--+ | | | / | | | | |
105+
# +--+ 6 | GND GND | 6 +--+ | | | U | | +-----------------+ |
106106
# | +-+-+ +-+-+ | | +-+-+ A | | |
107107
# | +---------------------+ | +--+VCC| R | | Computer |
108108
# | +----+TxD| T | | |

0 commit comments

Comments
 (0)